]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
NFSv4.2: xattr cache: get rid of cache discard work queue
authorFrank van der Linden <fllinden@amazon.com>
Tue, 28 Jul 2020 20:17:22 +0000 (20:17 +0000)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 30 Jul 2020 19:51:44 +0000 (15:51 -0400)
commit048c397aa88b8c6ebbcce8b5c480ae53773f14b9
treea53f528ce4afaee829777d319701dd6845bd623b
parent9a74a2b87f4ca6c987039b3fb96d32093584afc2
NFSv4.2: xattr cache: get rid of cache discard work queue

Caches should be small enough to discard them inline, so do that
instead of using a work queue.

Signed-off-by: Frank van der Linden <fllinden@amazon.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs42xattr.c