]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/f2fs.h
f2fs: wrap all options with f2fs_sb_info.mount_opt
authorChao Yu <yuchao0@huawei.com>
Thu, 8 Mar 2018 06:22:56 +0000 (14:22 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 17 Mar 2018 04:57:30 +0000 (13:57 +0900)
commit63189b785960c3346d1af347516b7438f7ada8ec
treebe12ac99ee58303ba4e1f478e9e34061519887c3
parent5d7881cadf64277c1e212721073eaabfade12f66
f2fs: wrap all options with f2fs_sb_info.mount_opt

This patch merges miscellaneous mount options into struct f2fs_mount_info,
After this patch, once we add new mount option, we don't need to worry
about recovery of it in remount_fs(), since we will recover the
f2fs_sb_info.mount_opt including all options.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/namei.c
fs/f2fs/segment.c
fs/f2fs/super.c
fs/f2fs/sysfs.c
include/linux/f2fs_fs.h