linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ubifs: Kconfig: fix the description in Kconfig
@ 2015-07-01  5:29 Dongsheng Yang
  2015-07-01  5:30 ` [PATCH 2/2] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs Dongsheng Yang
  2015-07-30 16:47 ` [PATCH 1/2] ubifs: Kconfig: fix the description in Kconfig Brian Norris
  0 siblings, 2 replies; 6+ messages in thread
From: Dongsheng Yang @ 2015-07-01  5:29 UTC (permalink / raw)
  To: richard.weinberger, dedekind1; +Cc: linux-mtd, Dongsheng Yang

If unsure we would say 'N' rather than 'Y'.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
 fs/ubifs/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig
index ba66d50..f9aaad1 100644
--- a/fs/ubifs/Kconfig
+++ b/fs/ubifs/Kconfig
@@ -27,11 +27,11 @@ config UBIFS_FS_LZO
 	default y
 	help
 	   LZO compressor is generally faster than zlib but compresses worse.
-	   Say 'Y' if unsure.
+	   Say 'N' if unsure.
 
 config UBIFS_FS_ZLIB
 	bool "ZLIB compression support" if UBIFS_FS_ADVANCED_COMPR
 	depends on UBIFS_FS
 	default y
 	help
-	  Zlib compresses better than LZO but it is slower. Say 'Y' if unsure.
+	  Zlib compresses better than LZO but it is slower. Say 'N' if unsure.
-- 
1.8.4.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-31  0:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01  5:29 [PATCH 1/2] ubifs: Kconfig: fix the description in Kconfig Dongsheng Yang
2015-07-01  5:30 ` [PATCH 2/2] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs Dongsheng Yang
2015-07-20  7:35   ` [PATCH v2] " Dongsheng Yang
2015-07-30  5:43     ` [PATCH] " Dongsheng Yang
2015-07-30 16:47 ` [PATCH 1/2] ubifs: Kconfig: fix the description in Kconfig Brian Norris
2015-07-31  0:03   ` Dongsheng Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).