Re: [PATCH 0/2 v2] nfsd: fully close files in the nfsd threads
From: Jeff Layton <jlayton@kernel.org>
Date: 2023-12-15 11:01:50
From: Jeff Layton <jlayton@kernel.org>
Date: 2023-12-15 11:01:50
On Fri, 2023-12-15 at 12:18 +1100, NeilBrown wrote:
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.
Reviewed-by: Jeff Layton <jlayton@kernel.org>