[PATCH 0/2 v2] nfsd: fully close files in the nfsd threads
From: NeilBrown <hidden>
Date: 2023-12-15 01:21:15
From: NeilBrown <hidden>
Date: 2023-12-15 01:21:15
This is a revised version of my recent series to have nfs close files directly and not leave work to an async work queue. This version takes a more cautious approach and only using __fput_sync() where there is a reasonable case that it could make a practical difference.