[PATCH] KConfig: enable CONFIG_CIFS_SMB2

Jeff Layton jlayton at redhat.com
Fri Nov 16 13:39:16 UTC 2012


Enough of the CIFS SMB2 code has been merged into 3.7 that users can
now mount SMB2.1 shares from servers that support it. It's still fairly
experimental, but enabling the Kconfig option is unlikely to break
users who are using SMB1.

Let's go ahead and enable this in 3.7 kernels. I think this patch
should be sufficient, but let me know if we should do anything else.

Signed-off-by: Jeff Layton <jlayton at redhat.com>
---
 config-generic | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-generic b/config-generic
index 1ac3545..a27aedd 100644
--- a/config-generic
+++ b/config-generic
@@ -3671,7 +3671,7 @@ CONFIG_RPCSEC_GSS_KRB5=m
 CONFIG_CIFS=m
 CONFIG_CIFS_STATS=y
 # CONFIG_CIFS_STATS2 is not set
-# CONFIG_CIFS_SMB2 is not set
+CONFIG_CIFS_SMB2=y
 CONFIG_CIFS_UPCALL=y
 CONFIG_CIFS_XATTR=y
 CONFIG_CIFS_POSIX=y
-- 
1.7.11.7



More information about the kernel mailing list