aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsfh.c
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2016-07-07 21:49:38 -0400
committerJ. Bruce Fields <bfields@redhat.com>2016-07-13 15:53:40 -0400
commit93f580a9a2413def2fcc5fd07085efcd95943f1b (patch)
tree5b3728788f7ba33f96dd6ff3b3b867f255ef186a /fs/nfsd/nfsfh.c
parent9b9960a0ca4773e21c4b153ed355583946346b25 (diff)
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>
Diffstat (limited to 'fs/nfsd/nfsfh.c')
-rw-r--r--fs/nfsd/nfsfh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c
index a8919444c460..7e49dcbbf452 100644
--- a/fs/nfsd/nfsfh.c
+++ b/fs/nfsd/nfsfh.c
@@ -298,7 +298,7 @@ out:
298 * that it expects something not of the given type. 298 * that it expects something not of the given type.
299 * 299 *
300 * @access is formed from the NFSD_MAY_* constants defined in 300 * @access is formed from the NFSD_MAY_* constants defined in
301 * include/linux/nfsd/nfsd.h. 301 * fs/nfsd/vfs.h.
302 */ 302 */
303__be32 303__be32
304fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) 304fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access)