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>
This commit is contained in:
parent
e6d615f742
commit
f0db79d54b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue