From: J. Bruce Fields <bfields@citi.umich.edu>
Date: Sun, 2 Nov 2008 21:18:08 +0000 (-0500)
Subject: nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too
X-Git-Tag: v2.6.29-rc3~7^2~3
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ce0cf6622c9a6f18c2723ea4bef7616799a1ca39;p=linux.git

nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too

We forgot to update this when adding server-side support.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
---

diff --git a/net/sunrpc/Kconfig b/net/sunrpc/Kconfig
index eda4a7aee596..dcef600d0bf5 100644
--- a/net/sunrpc/Kconfig
+++ b/net/sunrpc/Kconfig
@@ -9,9 +9,8 @@ config SUNRPC_XPRT_RDMA
 	depends on SUNRPC && INFINIBAND && EXPERIMENTAL
 	default SUNRPC && INFINIBAND
 	help
-	  This option enables an RPC client transport capability that
-	  allows the NFS client to mount servers via an RDMA-enabled
-	  transport.
+	  This option allows the NFS client and server to support
+	  an RDMA-enabled transport.
 
 	  To compile RPC client RDMA transport support as a module,
 	  choose M here: the module will be called xprtrdma.