From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754433AbcGHKpp (ORCPT ); Fri, 8 Jul 2016 06:45:45 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:33394 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754154AbcGHKpf (ORCPT ); Fri, 8 Jul 2016 06:45:35 -0400 Message-ID: <1467974731.24149.7.camel@poochiereds.net> Subject: Re: [PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location From: Jeff Layton To: Oleg Drokin , "J. Bruce Fields" Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 08 Jul 2016 06:45:31 -0400 In-Reply-To: <1467942578-3081513-1-git-send-email-green@linuxhacker.ru> References: <1467942578-3081513-1-git-send-email-green@linuxhacker.ru> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.3 (3.20.3-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- >  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