]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
nfsd: Correct a comment for NFSD_MAY_ defines location
authorOleg Drokin <green@linuxhacker.ru>
Fri, 8 Jul 2016 01:49:38 +0000 (21:49 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 13 Jul 2016 19:53:40 +0000 (15:53 -0400)
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>
fs/nfsd/nfsfh.c

index a8919444c46085545ef99bd9b4b72f984745557e..7e49dcbbf452f3efc4b4f86aa5baa670e9901401 100644 (file)
@@ -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.
  *
  * @access is formed from the NFSD_MAY_* constants defined in
- * include/linux/nfsd/nfsd.h.
+ * fs/nfsd/vfs.h.
  */
 __be32
 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)