Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

f2fs: relocate Kconfig from misc filesystems

The f2fs has been shipped on many smartphone devices during a couple of years.
So, it is worth to relocate Kconfig into main page from misc filesystems for
developers to choose it more easily.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

+2 -2
+1 -1
fs/Kconfig
··· 32 32 source "fs/ocfs2/Kconfig" 33 33 source "fs/btrfs/Kconfig" 34 34 source "fs/nilfs2/Kconfig" 35 + source "fs/f2fs/Kconfig" 35 36 36 37 config FS_DAX 37 38 bool "Direct Access (DAX) support" ··· 218 217 source "fs/sysv/Kconfig" 219 218 source "fs/ufs/Kconfig" 220 219 source "fs/exofs/Kconfig" 221 - source "fs/f2fs/Kconfig" 222 220 223 221 endif # MISC_FILESYSTEMS 224 222
+1 -1
fs/f2fs/Kconfig
··· 1 1 config F2FS_FS 2 - tristate "F2FS filesystem support (EXPERIMENTAL)" 2 + tristate "F2FS filesystem support" 3 3 depends on BLOCK 4 4 help 5 5 F2FS is based on Log-structured File System (LFS), which supports