mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
nfsd: Correct a comment for NFSD_MAY_ defines location
Those are now defined in fs/nfsd/vfs.h Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Reviewed-by: Jeff Layton <jlayton@poochiereds.net> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
9b9960a0ca
commit
93f580a9a2
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ out:
|
||||||
* that it expects something not of the given type.
|
* that it expects something not of the given type.
|
||||||
*
|
*
|
||||||
* @access is formed from the NFSD_MAY_* constants defined in
|
* @access is formed from the NFSD_MAY_* constants defined in
|
||||||
* include/linux/nfsd/nfsd.h.
|
* fs/nfsd/vfs.h.
|
||||||
*/
|
*/
|
||||||
__be32
|
__be32
|
||||||
fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)
|
fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)
|
||||||
|
|
Loading…
Add table
Reference in a new issue