]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaabe47f9e0c70a98d02c57548cc482254d0d1550
tree270a12b1e9726f9021719fda3c1616693491cb3c
parentd4a86aec8a72a7f213e4b283669a96d10b202370
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