commit | 444a52960c0f109daf78e50e2a07d1f0786e2052 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 10 07:30:49 2019 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 15 10:15:16 2020 -0500 |
tree | e775d799f5f64d85adf5fd467b462240d4e67903 | |
parent | 95e20af9fb9ce572129b930967dcb762a318c588 [diff] |
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>