summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
diff options
context:
space:
mode:
authorKinglong Mee2014-05-23 14:56:16 +0200
committerJ. Bruce Fields2014-05-30 23:32:24 +0200
commitf0db79d54b6c9f612fb2ef4f71ca8340edaf89f1 (patch)
treebe4e250fa2c800ae6c15bbbf630c547a1ca927e6 /fs/nfsd/export.c
parentNFSD: Remove typedef of svc_client and svc_export in export.c (diff)
downloadkernel-qcow2-linux-f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1.tar.gz
kernel-qcow2-linux-f0db79d54b6c9f612fb2ef4f71ca8340edaf89f1.tar.xz
kernel-qcow2-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>
Diffstat (limited to 'fs/nfsd/export.c')
-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;