OSDN Git Service

NFSD: Add missing comment of "expiry" in expkey_parse()
authorKinglong Mee <kinglongmee@gmail.com>
Fri, 23 May 2014 12:56:16 +0000 (20:56 +0800)
committerJ. 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

index 858c536..263d30e 100644 (file)
@@ -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;