nfs: Fix GETATTR bitmap verification
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 3 Nov 2015 17:25:33 +0000 (18:25 +0100)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 3 Nov 2015 17:33:04 +0000 (12:33 -0500)
commit1ca843a2d28dec89e58e7227c27a9d55f21f59e1
treedfdc9c884722b86e88a152e213459bf6c80951ce
parent8fbcf237439f841e7e9c4675790e08ea1c295bd3
nfs: Fix GETATTR bitmap verification

When decoding GETATTR replies, the client checks the attribute bitmap
for which attributes the server has sent.  It misses bits at the word
boundaries, though; fix that.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4xdr.c