Skip to content

Commit d3787af

Browse files
Colin Ian KingTrond Myklebust
authored andcommitted
NFS: fix spelling mistake, EACCESS -> EACCES
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>
1 parent c3be657 commit d3787af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfs/nfs4proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3788,7 +3788,7 @@ static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
37883788
}
37893789

37903790
/*
3791-
* -EACCESS could mean that the user doesn't have correct permissions
3791+
* -EACCES could mean that the user doesn't have correct permissions
37923792
* to access the mount. It could also mean that we tried to mount
37933793
* with a gss auth flavor, but rpc.gssd isn't running. Either way,
37943794
* existing mount programs don't handle -EACCES very well so it should

0 commit comments

Comments
 (0)