diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-23 20:56:16 +0800 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 17:32:24 -0400 |
commit | f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1 (patch) | |
tree | be4e250fa2c800ae6c15bbbf630c547a1ca927e6 | |
parent | e6d615f7428bb9a202f7fab563e917e89169d349 (diff) | |
download | linux-f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1.tar.gz linux-f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1.tar.bz2 linux-f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1.zip |
NFSD: Add missing comment of "expiry" in expkey_parse()
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-rw-r--r-- | fs/nfsd/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 858c536c4c1d..263d30e7972e 100644 --- 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; |