f2fs: relocate Kconfig from misc filesystems
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 4 Mar 2015 01:06:55 +0000 (17:06 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:35 +0000 (15:08 -0700)
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>
fs/Kconfig
fs/f2fs/Kconfig

index ec35851e5b71c4a19897bf97a70d5ec80fb67128..011f43365d7b1e536586a8a4243262aa3aa60baf 100644 (file)
@@ -32,6 +32,7 @@ source "fs/gfs2/Kconfig"
 source "fs/ocfs2/Kconfig"
 source "fs/btrfs/Kconfig"
 source "fs/nilfs2/Kconfig"
+source "fs/f2fs/Kconfig"
 
 config FS_DAX
        bool "Direct Access (DAX) support"
@@ -217,7 +218,6 @@ source "fs/pstore/Kconfig"
 source "fs/sysv/Kconfig"
 source "fs/ufs/Kconfig"
 source "fs/exofs/Kconfig"
-source "fs/f2fs/Kconfig"
 
 endif # MISC_FILESYSTEMS
 
index 94e2d2ffabe1a18d747fcccbe360b74389490ad0..05f0f663f14ca460277ecc66d09650ff6bb4be76 100644 (file)
@@ -1,5 +1,5 @@
 config F2FS_FS
-       tristate "F2FS filesystem support (EXPERIMENTAL)"
+       tristate "F2FS filesystem support"
        depends on BLOCK
        help
          F2FS is based on Log-structured File System (LFS), which supports