All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] Squashfs: get rid of default n in Kconfig
@ 2011-01-06 21:25 Phillip Lougher
  0 siblings, 0 replies; only message in thread
From: Phillip Lougher @ 2011-01-06 21:25 UTC (permalink / raw)
  To: Linux Kernel Development; +Cc: linux-fsdevel


As pointed out by Geert Uytterhoeven, "default n" is the default,
no reason to specify it.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
---
  fs/squashfs/Kconfig |    3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index e5f63da..7c22188 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -29,7 +29,6 @@ config SQUASHFS
  config SQUASHFS_XATTR
  	bool "Squashfs XATTR support"
  	depends on SQUASHFS
-	default n
  	help
  	  Saying Y here includes support for extended attributes (xattrs).
  	  Xattrs are name:value pairs associated with inodes by
@@ -40,7 +39,6 @@ config SQUASHFS_XATTR
  config SQUASHFS_LZO
  	bool "Include support for LZO compressed file systems"
  	depends on SQUASHFS
-	default n
  	select LZO_DECOMPRESS
  	help
  	  Saying Y here includes support for reading Squashfs file systems
@@ -56,7 +54,6 @@ config SQUASHFS_LZO
  config SQUASHFS_EMBEDDED
  	bool "Additional option for memory-constrained systems"
  	depends on SQUASHFS
-	default n
  	help
  	  Saying Y here allows you to specify cache size.

-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-06 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-06 21:25 [PATCH 3/5] Squashfs: get rid of default n in Kconfig Phillip Lougher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.