The patch titled CONFIG_CIFS_DEBUG2 depends on CIFS has been removed from the -mm tree. Its filename is config_cifs_debug2-depends-on-cifs.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: CONFIG_CIFS_DEBUG2 depends on CIFS From: Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx> Config option for CIFS_DEBUG2 shows up even without CIFS. Make it depend on that. Signed-off-by: Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx> Cc: Steven French <sfrench@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN fs/Kconfig~config_cifs_debug2-depends-on-cifs fs/Kconfig --- a/fs/Kconfig~config_cifs_debug2-depends-on-cifs +++ a/fs/Kconfig @@ -1788,6 +1788,7 @@ config CIFS_POSIX config CIFS_DEBUG2 bool "Enable additional CIFS debugging routines" + depends on CIFS help Enabling this option adds a few more debugging routines to the cifs code which slightly increases the size of _ Patches currently in -mm which might be from 76306.1226@xxxxxxxxxxxxxx are i386-print-stack-size-in-oops-messages.patch sleazy-fpu-feature-i386-support.patch i386-early-fault-handler.patch i386-require-acpi-for-numa-with-generic-architecture.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html