Explorar o código

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>
Kinglong Mee %!s(int64=11) %!d(string=hai) anos
pai
achega
f0db79d54b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/nfsd/export.c

+ 1 - 1
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)
 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)
 {
 {
-	/* client fsidtype fsid [path] */
+	/* client fsidtype fsid expiry [path] */
 	char *buf;
 	char *buf;
 	int len;
 	int len;
 	struct auth_domain *dom = NULL;
 	struct auth_domain *dom = NULL;