Commit e977cc83 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by J. Bruce Fields

nfsd: Spelling s/EACCESS/EACCES/

The correct spelling is EACCES:

include/uapi/asm-generic/errno-base.h:#define EACCES 13 /* Permission denied */
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 291adeb2
...@@ -404,7 +404,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, ...@@ -404,7 +404,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap,
/* /*
* If utimes(2) and friends are called with times not NULL, we should * If utimes(2) and friends are called with times not NULL, we should
* not set NFSD_MAY_WRITE bit. Otherwise fh_verify->nfsd_permission * not set NFSD_MAY_WRITE bit. Otherwise fh_verify->nfsd_permission
* will return EACCESS, when the caller's effective UID does not match * will return EACCES, when the caller's effective UID does not match
* the owner of the file, and the caller is not privileged. In this * the owner of the file, and the caller is not privileged. In this
* situation, we should return EPERM(notify_change will return this). * situation, we should return EPERM(notify_change will return this).
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment