]> 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)
commit390d4640bf7c1d329407b4418ae3cc3d9e43178e
tree67939b8d787fb2328ccb46009f383f0fb4ac9b22
parent09b5cecc4c68d643071d3f096aa6804025b02905
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