]> git.samba.org - sfrench/cifs-2.6.git/commitdiff
NFS: fix spelling mistake, EACCESS -> EACCES
authorColin Ian King <colin.king@canonical.com>
Fri, 26 Oct 2018 18:10:31 +0000 (19:10 +0100)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 1 Nov 2018 18:07:06 +0000 (14:07 -0400)
Trivial fix to a spelling mistake of the error access name EACCESS,
rename to EACCES

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c

index db84b4adbc491d7cd62e782ac7440a71c3a6c764..867457d6dfbe54060ae6f152ca2a07dfa605ff71 100644 (file)
@@ -3788,7 +3788,7 @@ static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
        }
 
        /*
-        * -EACCESS could mean that the user doesn't have correct permissions
+        * -EACCES could mean that the user doesn't have correct permissions
         * to access the mount.  It could also mean that we tried to mount
         * with a gss auth flavor, but rpc.gssd isn't running.  Either way,
         * existing mount programs don't handle -EACCES very well so it should