Chao Yu b0332a0f95 f2fs: clean up lfs/adaptive mount option
This patch removes F2FS_MOUNT_ADAPTIVE and F2FS_MOUNT_LFS mount options,
and add F2FS_OPTION.fs_mode with below two status to indicate filesystem
mode.

enum {
	FS_MODE_ADAPTIVE,	/* use both lfs/ssr allocation */
	FS_MODE_LFS,		/* use lfs allocation only */
};

It can enhance code readability and fs mode's scalability.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2020-03-19 11:41:25 -07:00
..
2019-05-08 21:23:11 -07:00
2018-09-12 13:07:10 -07:00
2020-03-10 09:18:33 -07:00
2020-03-19 11:41:25 -07:00
2020-01-30 15:39:24 -08:00
2020-03-19 11:41:25 -07:00
2018-09-12 13:07:10 -07:00
2020-03-10 09:18:33 -07:00
2020-01-30 15:39:24 -08:00
2020-01-17 16:48:07 -08:00
2020-03-10 09:18:33 -07:00
2020-03-19 11:41:25 -07:00
2020-03-10 09:18:33 -07:00
2020-03-19 11:41:25 -07:00
2018-09-12 13:07:10 -07:00