Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439065
| From | Oleg Drokin <green@linuxhacker.ru> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location |
| Date | 2016-07-08 04:10 +0200 |
| Message-ID | <rStoR-6Lu-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web