Pārlūkot izejas kodu

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>
Oleg Drokin 9 gadi atpakaļ
vecāks
revīzija
93f580a9a2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      fs/nfsd/nfsfh.c

+ 1 - 1
fs/nfsd/nfsfh.c

@@ -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)