Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=113632d00acb569420b14eb7575833ac7e2eb311
Commit:     113632d00acb569420b14eb7575833ac7e2eb311
Parent:     c56c65fb67d6461f6059dd83b1750a1973a91185
Author:     \"Talpey, Thomas\ <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 20 17:37:58 2007 -0400
Committer:  Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 17:18:11 2007 -0400

    SUNRPC: Add RDMA dependency to SUNRPC_XPRT_RDMA
    
    Add a dependency on RDMA before enabling SUNRPC_XPRT_RDMA
    Yes, "INFINIBAND" also turns on iWARP and other RDMA support.
    
    Signed-off-by: Tom Talpey <[EMAIL PROTECTED]>
    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 b9808bb..860ea8d 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1730,7 +1730,7 @@ config SUNRPC_GSS
 
 config SUNRPC_XPRT_RDMA
        tristate "RDMA transport for sunrpc (EXPERIMENTAL)"
-       depends on SUNRPC && EXPERIMENTAL
+       depends on SUNRPC && INFINIBAND && EXPERIMENTAL
        default m
        help
          Adds a client RPC transport for supporting kernel NFS over RDMA
-
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