Documentation: NFS/RDMA: Document separate Kconfig symbols

The NFS/RDMA Kconfig symbol was split into separate options for client
and server in commit 2e8c12e1b765 ("xprtrdma: add separate Kconfig
options for NFSoRDMA client and server support").

Update the documentation to reflect this split.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Paul Bolle and committed by Linus Torvalds 731d5cca 0024d6e9

Changed files
+9 -7
Documentation
filesystems
+9 -7
Documentation/filesystems/nfs/nfs-rdma.txt
··· 138 138 - Build, install, reboot 139 139 140 140 The NFS/RDMA code will be enabled automatically if NFS and RDMA 141 - are turned on. The NFS/RDMA client and server are configured via the hidden 142 - SUNRPC_XPRT_RDMA config option that depends on SUNRPC and INFINIBAND. The 143 - value of SUNRPC_XPRT_RDMA will be: 141 + are turned on. The NFS/RDMA client and server are configured via the 142 + SUNRPC_XPRT_RDMA_CLIENT and SUNRPC_XPRT_RDMA_SERVER config options that both 143 + depend on SUNRPC and INFINIBAND. The default value of both options will be: 144 144 145 145 - N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client 146 146 and server will not be built ··· 235 235 236 236 - Start the NFS server 237 237 238 - If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in 239 - kernel config), load the RDMA transport module: 238 + If the NFS/RDMA server was built as a module 239 + (CONFIG_SUNRPC_XPRT_RDMA_SERVER=m in kernel config), load the RDMA 240 + transport module: 240 241 241 242 $ modprobe svcrdma 242 243 ··· 256 255 257 256 - On the client system 258 257 259 - If the NFS/RDMA client was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in 260 - kernel config), load the RDMA client module: 258 + If the NFS/RDMA client was built as a module 259 + (CONFIG_SUNRPC_XPRT_RDMA_CLIENT=m in kernel config), load the RDMA client 260 + module: 261 261 262 262 $ modprobe xprtrdma.ko 263 263