projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d615f
)
NFSD: Add missing comment of "expiry" in expkey_parse()
author
Kinglong Mee
<kinglongmee@gmail.com>
Fri, 23 May 2014 12:56:16 +0000
(20:56 +0800)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 30 May 2014 21:32:24 +0000
(17:32 -0400)
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/export.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/export.c
b/fs/nfsd/export.c
index
858c536
..
263d30e
100644
(file)
--- a/
fs/nfsd/export.c
+++ b/
fs/nfsd/export.c
@@
-68,7
+68,7
@@
static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_
static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)
{
- /* client fsidtype fsid [path] */
+ /* client fsidtype fsid
expiry
[path] */
char *buf;
int len;
struct auth_domain *dom = NULL;