NFS: Switch mount code to use xprt_find_transport_ident()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 10 Nov 2020 15:30:35 +0000 (10:30 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:53 +0000 (14:05 -0500)
commit1c3695d0bb3869fedcde4538d831003519576ece
tree8b3b76e83388c6b5ca28a8aacefdd05a8f8e2823
parent1fc5f13186440973e1aa1d85aa263326756af431
NFS: Switch mount code to use xprt_find_transport_ident()

Switch the mount code to use xprt_find_transport_ident() and to check
the results before allowing the mount to proceed.

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