]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
NFSv4: Remove an obsolete comment in encode_attrs
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 18 Jul 2013 19:35:22 +0000 (15:35 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 18 Jul 2013 19:35:22 +0000 (15:35 -0400)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c

index 98f937b5a7db2f0a32f23a12ae596836b28af739..1a4a3bd415ed6c6b29e7cedf7809f9c1970288d4 100644 (file)
@@ -1070,10 +1070,6 @@ static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap,
 
        p = reserve_space(xdr, 4 + (bmval_len << 2) + 4 + len);
 
-       /*
-        * We write the bitmap length now, but leave the bitmap and the attribute
-        * buffer length to be backfilled at the end of this routine.
-        */
        *p++ = cpu_to_be32(bmval_len);
        for (i = 0; i < bmval_len; i++)
                *p++ = cpu_to_be32(bmval[i]);