diff options
author | 2015-01-14 16:34:24 -0800 | |
---|---|---|
committer | 2015-02-11 17:04:32 -0800 | |
commit | 30a5537f9a9e91937aad6a47f55683f7ce0be257 (patch) | |
tree | cc6d7bb3b2e2c9bbe88ee450ed5d70c4fab233b7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: update memory footprint information (diff) | |
download | wireguard-linux-30a5537f9a9e91937aad6a47f55683f7ce0be257.tar.xz wireguard-linux-30a5537f9a9e91937aad6a47f55683f7ce0be257.zip |
f2fs: trigger correct checkpoint during umount
This patch fixes to trigger checkpoint with umount flag when kill_sb was called.
In kill_sb, f2fs_sync_fs was finally called, but at this time, f2fs can't do
checkpoint with CP_UMOUNT.
After then, f2fs_put_super is not doing checkpoint, since it is not dirty.
So, this patch adds a flag to indicate f2fs_sync_fs is called during umount.
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions