]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Support an "rdma" mount option
authorChuck Lever <chuck.lever@oracle.com>
Wed, 8 Sep 2010 17:27:31 +0000 (13:27 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 9 Sep 2010 14:38:48 +0000 (10:38 -0400)
commitf99d1b8e8768ab96b51bed52f21a626ac9a4797f
treeb87440b4bdf8a67b430bcc7074972a04d89631f3
parent44f09b7c4c79ca184a29138078c68a4db7aeb85a
mount.nfs: Support an "rdma" mount option

The kernel NFS client's mount option parser recognizes a stand-alone
"rdma" mount option, similar to the legacy "udp" and "tcp" options.

The mount.nfs command text-based mount option parser used to pass
"rdma" straight to the kernel, but since we've started handling MNT in
the kernel instead of in user space, "rdma" on the command line has
not worked.

Until now, no-one has noticed, especially since an "rdma" mount option
isn't documented in nfs(5).

Support "rdma" in mount.nfs command, and document it in nfs(5).

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/network.c
utils/mount/nfs.man