From: Chuck Lever Date: Wed, 13 Oct 2010 17:01:51 +0000 (-0400) Subject: mount.nfs: mountproto does not support RDMA X-Git-Tag: nfs-utils-1-2-4-rc1~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=17962b82afb68ca8e6b0d3f432d36c6c7c4980ea;hp=17962b82afb68ca8e6b0d3f432d36c6c7c4980ea 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 Signed-off-by: Steve Dickson ---