update port number in NFS/RDMA documentation

Update the NFS/RDMA documentation to use the new port number assigned
by IANA.

Signed-off-by: James Lentini <jlentini@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

authored by James Lentini and committed by J. Bruce Fields 096abd77 5ee81007

+2 -2
+2 -2
Documentation/filesystems/nfs-rdma.txt
··· 251 252 Instruct the server to listen on the RDMA transport: 253 254 - $ echo rdma 2050 > /proc/fs/nfsd/portlist 255 256 - On the client system 257 ··· 263 Regardless of how the client was built (module or built-in), use this 264 command to mount the NFS/RDMA server: 265 266 - $ mount -o rdma,port=2050 <IPoIB-server-name-or-address>:/<export> /mnt 267 268 To verify that the mount is using RDMA, run "cat /proc/mounts" and check 269 the "proto" field for the given mount.
··· 251 252 Instruct the server to listen on the RDMA transport: 253 254 + $ echo rdma 20049 > /proc/fs/nfsd/portlist 255 256 - On the client system 257 ··· 263 Regardless of how the client was built (module or built-in), use this 264 command to mount the NFS/RDMA server: 265 266 + $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt 267 268 To verify that the mount is using RDMA, run "cat /proc/mounts" and check 269 the "proto" field for the given mount.