Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93f580a9 authored by Oleg Drokin's avatar Oleg Drokin Committed by J. Bruce Fields
Browse files

nfsd: Correct a comment for NFSD_MAY_ defines location



Those are now defined in fs/nfsd/vfs.h

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Reviewed-by: default avatarJeff Layton <jlayton@poochiereds.net>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 9b9960a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -298,7 +298,7 @@ static __be32 nfsd_set_fh_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp)
 * 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)