OSDN Git Service

pNFS: nfs3_set_ds_client should set NFS_CS_NOPING
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 3 Oct 2019 18:12:46 +0000 (14:12 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 4 Nov 2019 02:28:45 +0000 (21:28 -0500)
commitc6eb58435b98bd843d3179664a0195ff25adb2c3
tree99bc52121e7e92d62df34f8e622d548ea270feed
parent4b1b69cedf9de8c203101ea74510c07d428538f7
pNFS: nfs3_set_ds_client should set NFS_CS_NOPING

Connecting to the DS is a non-interactive, asynchronous task, so there is
no reason to fire up an extra RPC null ping in order to ensure that the
server is up.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs3client.c