Skip to content

Commit

Permalink
NFS: fix spelling mistake, EACCESS -> EACCES
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Trond Myklebust committed Nov 1, 2018
1 parent c3be657 commit d3787af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3787af

Please sign in to comment.