]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b3dbcbef7177ce2c494073085d70d12b969d039
treedfdc9c884722b86e88a152e213459bf6c80951ce
parente4ef54b100aedad1b1b0587d8d8637f31f6594c0
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