]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit859cf3f67c6b30c35872231f76a820a3ff19916c
treee775d799f5f64d85adf5fd467b462240d4e67903
parent841f2614fae97756959f7a1d30606e17a90396f2
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