Re: [PATCH] fuse: refactor duplicate queue teardown operation
From: Miklos Szeredi
Date: Fri Feb 27 2026 - 11:07:06 EST
On Mon, 23 Feb 2026 at 15:03, Yuto Ohnuki <ytohnuki@xxxxxxxxxx> wrote:
>
> Extract common queue iteration and teardown logic into
> fuse_uring_teardown_all_queues() helper function to eliminate code
> duplication between fuse_uring_async_stop_queues() and
> fuse_uring_stop_queues().
>
> This is a pure refactoring with no functional changes, intended to
> improve maintainability.
>
> Signed-off-by: Yuto Ohnuki <ytohnuki@xxxxxxxxxx>
Applied, thanks.
Miklos