diff options
author | Chao Yu <chao2.yu@samsung.com> | 2014-09-15 12:04:44 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-09-23 20:10:22 +0200 |
commit | 26666c8a4366debae30ae37d0688b2bec92d196a (patch) | |
tree | 0e1c698d7f234b49c737ac537aecec9fae0c4d3a /fs/f2fs/gc.c | |
parent | f2fs: skip punching hole in special condition (diff) | |
download | linux-26666c8a4366debae30ae37d0688b2bec92d196a.tar.xz linux-26666c8a4366debae30ae37d0688b2bec92d196a.zip |
f2fs: fix to clean previous mount option when remount_fs
In manual of mount, we descript remount as below:
"mount -o remount,rw /dev/foo /dir
After this call all old mount options are replaced and arbitrary stuff from
fstab is ignored, except the loop= option which is internally generated and
maintained by the mount command."
Previously f2fs do not clear up old mount options when remount_fs, so we have no
chance of disabling previous option (e.g. flush_merge). Fix it.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/gc.c')
0 files changed, 0 insertions, 0 deletions