diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-03-04 01:06:55 (GMT) |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-04-10 22:08:35 (GMT) |
commit | d7196c5a32caf6ebbe60771ff04ee7d797039d74 (patch) | |
tree | 4649f1a865db3fa0cefb7dc573c362dcee22ffee /fs/f2fs | |
parent | 76629165913a6d5542bbe735191b021f31dd3798 (diff) | |
download | linux-d7196c5a32caf6ebbe60771ff04ee7d797039d74.tar.xz |
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>
Diffstat (limited to 'fs/f2fs')
-rw-r--r-- | fs/f2fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index 94e2d2f..05f0f66 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig @@ -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 |