Skip to content

Commit 93f580a

Browse files
verygreenJ. Bruce Fields
authored andcommitted
nfsd: Correct a comment for NFSD_MAY_ defines location
Those are now defined in fs/nfsd/vfs.h Signed-off-by: Oleg Drokin <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent 9b9960a commit 93f580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfsd/nfsfh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ static __be32 nfsd_set_fh_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp)
298298
* that it expects something not of the given type.
299299
*
300300
* @access is formed from the NFSD_MAY_* constants defined in
301-
* include/linux/nfsd/nfsd.h.
301+
* fs/nfsd/vfs.h.
302302
*/
303303
__be32
304304
fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)

0 commit comments

Comments
 (0)