]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 14 Oct 2021 17:55:06 +0000 (13:55 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 20 Oct 2021 22:09:54 +0000 (18:09 -0400)
commit4f5f6e6f4246fecc0b65404c1bf1eaf4bcacf269
tree67939b8d787fb2328ccb46009f383f0fb4ac9b22
parent7db25cfcb254ca4a49b5038ce17ab4f44046a7e0
NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()

Clean up. There are a few places where we want to probe the server, but
don't actually care about the fsinfo result. Change these to use
nfs_probe_server(), which handles the fattr allocation for us.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/client.c
fs/nfs/nfs4client.c