Re: [PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location

From: Jeff Layton
Date: Fri Jul 08 2016 - 06:45:51 EST


On Thu, 2016-07-07 at 21:49 -0400, Oleg Drokin wrote:
> Those are now defined in fs/nfsd/vfs.h
>
> Signed-off-by: Oleg Drokin <green@xxxxxxxxxxxxxx>
> ---
> Âfs/nfsd/nfsfh.c | 2 +-
> Â1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c
> index a891944..7e49dcb 100644
> --- a/fs/nfsd/nfsfh.c
> +++ b/fs/nfsd/nfsfh.c
> @@ -298,7 +298,7 @@ out:
> Â * 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)

Reviewed-by: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>