aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index db84b4adbc49..867457d6dfbe 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -3788,7 +3788,7 @@ static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3788 } 3788 }
3789 3789
3790 /* 3790 /*
3791 * -EACCESS could mean that the user doesn't have correct permissions 3791 * -EACCES could mean that the user doesn't have correct permissions
3792 * to access the mount. It could also mean that we tried to mount 3792 * to access the mount. It could also mean that we tried to mount
3793 * with a gss auth flavor, but rpc.gssd isn't running. Either way, 3793 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3794 * existing mount programs don't handle -EACCES very well so it should 3794 * existing mount programs don't handle -EACCES very well so it should