aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4getroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4getroot.c')
-rw-r--r--fs/nfs/nfs4getroot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfs4getroot.c b/fs/nfs/nfs4getroot.c
index 549462e5b9b0..c0b3a16b4a00 100644
--- a/fs/nfs/nfs4getroot.c
+++ b/fs/nfs/nfs4getroot.c
@@ -9,7 +9,7 @@
9 9
10#define NFSDBG_FACILITY NFSDBG_CLIENT 10#define NFSDBG_FACILITY NFSDBG_CLIENT
11 11
12int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh) 12int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe)
13{ 13{
14 struct nfs_fsinfo fsinfo; 14 struct nfs_fsinfo fsinfo;
15 int ret = -ENOMEM; 15 int ret = -ENOMEM;
@@ -21,7 +21,7 @@ int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh)
21 goto out; 21 goto out;
22 22
23 /* Start by getting the root filehandle from the server */ 23 /* Start by getting the root filehandle from the server */
24 ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo); 24 ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo, auth_probe);
25 if (ret < 0) { 25 if (ret < 0) {
26 dprintk("nfs4_get_rootfh: getroot error = %d\n", -ret); 26 dprintk("nfs4_get_rootfh: getroot error = %d\n", -ret);
27 goto out; 27 goto out;