Re: [PATCH 0/2] fuse: two tiny fixes for fuse_resend()
From: Miklos Szeredi
Date: Fri May 10 2024 - 05:24:21 EST
On Thu, 9 May 2024 at 14:21, Hou Tao <houtao@xxxxxxxxxxxxxxx> wrote:
>
> From: Hou Tao <houtao1@xxxxxxxxxx>
>
> Hi,
>
> The patch set just includes two tiny fixes for fuse_resend(). Patch #1
> replaces __set_bit() by set_bit() to set FR_PENDING atomically. Patch #2
> clears FR_SENT when moving requests from processing lists to pending
> list.
>
> Please check the individual patches for more details. And comments are
> always welcome.
Applied, thanks.
Miklos