diff mbox

nfsd: Correct a comment for NFSD_MAY_ defines location

Message ID 1467942578-3081513-1-git-send-email-green@linuxhacker.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Oleg Drokin July 8, 2016, 1:49 a.m. UTC
Those are now defined in fs/nfsd/vfs.h

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
---
 fs/nfsd/nfsfh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jeff Layton July 8, 2016, 10:45 a.m. UTC | #1
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@linuxhacker.ru>
> ---
>  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@poochiereds.net>
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
J. Bruce Fields July 8, 2016, 8:25 p.m. UTC | #2
Thanks, applied.--b.

On Fri, Jul 08, 2016 at 06:45:31AM -0400, Jeff Layton wrote:
> 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@linuxhacker.ru>
> > ---
> >  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@poochiereds.net>
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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)