projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9960a
)
nfsd: Correct a comment for NFSD_MAY_ defines location
author
Oleg Drokin
<green@linuxhacker.ru>
Fri, 8 Jul 2016 01:49:38 +0000
(21:49 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 13 Jul 2016 19:53:40 +0000
(15:53 -0400)
Those are now defined in fs/nfsd/vfs.h
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Reviewed-by: Jeff Layton <jlayton@poochiereds.net>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsfh.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/nfsfh.c
b/fs/nfsd/nfsfh.c
index a8919444c46085545ef99bd9b4b72f984745557e..7e49dcbbf452f3efc4b4f86aa5baa670e9901401 100644
(file)
--- 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)