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>
This commit is contained in:
J. Bruce Fields
2008-11-02 16:18:08 -05:00
committed by J. Bruce Fields
parent 096abd7703
commit ce0cf6622c

View File

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