Re: [PATCH] fuse: wake one waiter per freed slot when raising max_background

From: Miklos Szeredi

Date: Tue Aug 18 2026 - 09:21:26 EST


On Sat, 1 Aug 2026 at 10:25, Baokun Li <libaokun@xxxxxxxxxxxxxxxxx> wrote:

> Use wake_up_nr() with the number of slots that just became available.
> Since the wakeup is guarded by !fch->blocked, num_background is
> strictly below max_background, so the count is at least 1 and never
> degenerates into wake_up_all().

Applied, thanks.

Miklos