mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-19 05:06:53 +00:00
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>
This commit is contained in:
parent
c3be6577d8
commit
d3787af289
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* 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,
|
* 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
|
* existing mount programs don't handle -EACCES very well so it should
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue