Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30498dcc authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: remove outdated nfsd4_decode_time comment



Commit bf8d9097 "nfsd: Decode and send 64bit time values" fixed the
code without updating the comment.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent bdba5368
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -269,10 +269,6 @@ static char *savemem(struct nfsd4_compoundargs *argp, __be32 *p, int nbytes)
	return ret;
}

/*
 * We require the high 32 bits of 'seconds' to be 0, and
 * we ignore all 32 bits of 'nseconds'.
 */
static __be32
nfsd4_decode_time(struct nfsd4_compoundargs *argp, struct timespec64 *tv)
{