OSDN Git Service

saner calling conventions for nfs_fs_mount_common()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 10 Dec 2019 12:30:49 +0000 (07:30 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:15:16 +0000 (10:15 -0500)
commit444a52960c0f109daf78e50e2a07d1f0786e2052
treee775d799f5f64d85adf5fd467b462240d4e67903
parent95e20af9fb9ce572129b930967dcb762a318c588
saner calling conventions for nfs_fs_mount_common()

Allow it to take ERR_PTR() for server and return ERR_CAST() of it in
such case.  All callers used to open-code that...

Reviewed-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4super.c
fs/nfs/super.c