Re: [f2fs-dev] [PATCH 11/12] f2fs: add noextent_cache mount option

2015-07-03 Thread Jaegeuk Kim
Subject: [f2fs-dev] [PATCH 11/12] f2fs: add noextent_cache mount option This patch adds noextent_cache mount option. How about adding some descriptions in Documentation to help our user? The other thing is we'd better to show 'noextent_cache' option when user lookups the mount options

[f2fs-dev] [PATCH 11/12] f2fs: add noextent_cache mount option

2015-06-29 Thread Jaegeuk Kim
This patch adds noextent_cache mount option. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/super.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 2e8645e..a9db896 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -65,6 +65,7 @@