]> git.baikalelectronics.ru Git - 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)
commit1e9e54efacd33b3b12882312492bf230436ee542
treea53f528ce4afaee829777d319701dd6845bd623b
parent1b08ce77471b7d9791c31ae4c2b5037ba63fae8a
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