]> 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)
commit00873da5a0db6e2b263e03b6ab3f1ea700762486
tree99bc52121e7e92d62df34f8e622d548ea270feed
parent74362a824d6b353abfe9c22723e5524190ea85b1
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