]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d0b3ac771433772dbdef0a19b865d6f33dc1c71
tree99bc52121e7e92d62df34f8e622d548ea270feed
parentc03857335e76ca902f7e7a89e3eef3e312fba84f
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