]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: mountproto does not support RDMA
authorChuck Lever <chuck.lever@oracle.com>
Wed, 13 Oct 2010 17:01:51 +0000 (13:01 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 14 Oct 2010 14:26:59 +0000 (10:26 -0400)
commit17962b82afb68ca8e6b0d3f432d36c6c7c4980ea
tree48f5b5536631a0ee539c8b382716d5be0ea6b63a
parent73c61fa5cd114fa6eae0e095724ed63aa66a4a6b
mount.nfs: mountproto does not support RDMA

Clean up.  Our client does not support the MNT protocol on RDMA.

nfs_mount_protocol() isn't invoked for RDMA mounts (they are shunted
off before nfs_options2pmap() is invoked).  But in case it ever is,
it should return the expected response.

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