From: Michael Halcrow This patch removes ECRYPT_DEBUG from fs/Kconfig. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton --- fs/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff -puN fs/Kconfig~ecryptfs-fs-makefile-and-fs-kconfig-remove-ecrypt_debug-from-fs-kconfig fs/Kconfig --- a/fs/Kconfig~ecryptfs-fs-makefile-and-fs-kconfig-remove-ecrypt_debug-from-fs-kconfig +++ a/fs/Kconfig @@ -956,14 +956,6 @@ config ECRYPT_FS To compile this file system support as a module, choose M here: the module will be called ecryptfs. -config ECRYPT_DEBUG - bool "Enable eCryptfs debug mode" - depends on ECRYPT_FS - help - Turn on debugging code in eCryptfs. - - If unsure, say N. - config HFS_FS tristate "Apple Macintosh file system support (EXPERIMENTAL)" depends on EXPERIMENTAL _