NFSv4: Fix nfs4_bitmap_copy_adjust()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 10 Apr 2021 04:23:03 +0000 (00:23 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 13 Apr 2021 12:46:29 +0000 (08:46 -0400)
commita71029b86752e8d40301af235a6bbf4896cc1402
tree270a12b1e9726f9021719fda3c1616693491cb3c
parent36a9346c225270262d9f34e66c91aa1723fa903f
NFSv4: Fix nfs4_bitmap_copy_adjust()

Don't remove flags from the set retrieved from the cache_validity.
We do want to retrieve all attributes that are listed as being
invalid, whether or not there is a delegation set.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c