aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2014-05-23 20:56:16 +0800
committerJ. Bruce Fields <bfields@redhat.com>2014-05-30 17:32:24 -0400
commitf0db79d54b6c9f612fb2ef4f71ca8340edaf89f1 (patch)
treebe4e250fa2c800ae6c15bbbf630c547a1ca927e6 /fs/nfsd
parentNFSD: Remove typedef of svc_client and svc_export in export.c (diff)
downloadlinux-dev-f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1.tar.xz
linux-dev-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>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/export.c2
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;