Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1175935 > unrolled thread
| Started by | Chao Yu <yuchaochina@hotmail.com> |
|---|---|
| First post | 2015-07-02 14:40 +0200 |
| Last post | 2015-07-02 14:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [f2fs-dev] [PATCH 11/12] f2fs: add noextent_cache mount option Chao Yu <yuchaochina@hotmail.com> - 2015-07-02 14:40 +0200
| From | Chao Yu <yuchaochina@hotmail.com> |
|---|---|
| Date | 2015-07-02 14:40 +0200 |
| Subject | RE: [f2fs-dev] [PATCH 11/12] f2fs: add noextent_cache mount option |
| Message-ID | <pHLWx-2FP-1@gated-at.bofh.it> |
> -----Original Message----- > From: Jaegeuk Kim [mailto:jaegeuk@kernel.org] > Sent: Tuesday, June 30, 2015 2:40 AM > To: linux-kernel@vger.kernel.org; linux-fsdevel@vger.kernel.org; > linux-f2fs-devel@lists.sourceforge.net > Cc: 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. How about adding codes as below? if (test_opt(sbi, EXTENT_CACHE)) seq_puts(seq, ",extent_cache"); +else + seq_puts(seq, ",noextent_cache"); > > Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> The other looks good to me, so please add: Reviewed-by: Chao Yu <chao2.yu@samsung.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web