commit | d7067b2db78aab1a76f9c443b1fcf81c3e35dd50 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 17 17:09:01 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 23 18:18:53 2013 -0400 |
tree | 8fe1427b57d4d605e812d30c6ebb052cdaeb6185 | |
parent | 7c6d4dca777d6423cb9ccdc019cad94c75adcbe4 [diff] |
NFSv4: encode_attrs should not backfill the bitmap and attribute length The attribute length is already calculated in advance. There is no reason why we cannot calculate the bitmap in advance too so that we don't have to play pointer games. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>