Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439065 > unrolled thread
| Started by | Oleg Drokin <green@linuxhacker.ru> |
|---|---|
| First post | 2016-07-08 04:10 +0200 |
| Last post | 2016-07-08 22:30 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location Oleg Drokin <green@linuxhacker.ru> - 2016-07-08 04:10 +0200
Re: [PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location Jeff Layton <jlayton@poochiereds.net> - 2016-07-08 12:50 +0200
Re: [PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location "J. Bruce Fields" <bfields@fieldses.org> - 2016-07-08 22:30 +0200
| From | Oleg Drokin <green@linuxhacker.ru> |
|---|---|
| Date | 2016-07-08 04:10 +0200 |
| Subject | [PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location |
| Message-ID | <rStoR-6Lu-5@gated-at.bofh.it> |
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) -- 2.7.4
[toc] | [next] | [standalone]
| From | Jeff Layton <jlayton@poochiereds.net> |
|---|---|
| Date | 2016-07-08 12:50 +0200 |
| Message-ID | <rSBw5-3D9-1@gated-at.bofh.it> |
| In reply to | #1439065 |
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>
[toc] | [prev] | [next] | [standalone]
| From | "J. Bruce Fields" <bfields@fieldses.org> |
|---|---|
| Date | 2016-07-08 22:30 +0200 |
| Message-ID | <rSKzo-1bN-5@gated-at.bofh.it> |
| In reply to | #1439289 |
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>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web