Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cd69e1bc7970bfb032b425043cc0d4e4345c74c
Commit:     8cd69e1bc7970bfb032b425043cc0d4e4345c74c
Parent:     ce8c2293be47999584908069e78bf6d94beadc53
Author:     Trond Myklebust <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 19 10:03:34 2007 -0400
Committer:  Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Thu Jul 19 15:09:02 2007 -0400

    NFSD/SUNRPC: Fix the automatic selection of RPCSEC_GSS
    
    Bruce's patch broke the ability to compile RPCSEC_GSS as a module.
    
    Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
---
 fs/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 6a64990..58a0650 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1674,7 +1674,7 @@ config NFSD_V3_ACL
 
 config NFSD_V4
        bool "Provide NFSv4 server support (EXPERIMENTAL)"
-       depends on NFSD_V3 && EXPERIMENTAL
+       depends on NFSD && NFSD_V3 && EXPERIMENTAL
        select RPCSEC_GSS_KRB5
        help
          If you would like to include the NFSv4 server as well as the NFSv2
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to