]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
nfsd4: remove outdated nfsd4_decode_time comment
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 5 Jun 2019 16:50:02 +0000 (12:50 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jul 2019 21:52:09 +0000 (17:52 -0400)
Commit bf8d909705e "nfsd: Decode and send 64bit time values" fixed the
code without updating the comment.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c

index 73e6753fb213fce2b6c92339d4f1a261e39dac40..548a5a843b673a0ea273263388874a4309a75779 100644 (file)
@@ -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)
 {