mbox series

[0/2,v2] nfsd: fully close files in the nfsd threads

Message ID 20231215012059.30857-1-neilb@suse.de (mailing list archive)
Headers show
Series nfsd: fully close files in the nfsd threads | expand

Message

NeilBrown Dec. 15, 2023, 1:18 a.m. UTC
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.

Comments

Jeff Layton Dec. 15, 2023, 11:01 a.m. UTC | #1
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>
Chuck Lever Dec. 15, 2023, 3:52 p.m. UTC | #2
On Fri, Dec 15, 2023 at 12:18:29PM +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.

Hi Neil, thanks for the revisions and documentation.

Jeff and I would like to see this set spend some time in linux-next
before getting merged. We're just about on the cusp of closing out
nfsd-next for v6.8, so my plan is to apply these to nfsd-next just
as soon as v6.9 opens to give testers and bots plenty of time to
exercise them.