[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240509122154.782930-1-houtao@huaweicloud.com>
Date: Thu, 9 May 2024 20:21:52 +0800
From: Hou Tao <houtao@...weicloud.com>
To: linux-fsdevel@...r.kernel.org
Cc: Miklos Szeredi <miklos@...redi.hu>,
Zhao Chen <winters.zc@...group.com>,
linux-kernel@...r.kernel.org,
houtao1@...wei.com
Subject: [PATCH 0/2] fuse: two tiny fixes for fuse_resend()
From: Hou Tao <houtao1@...wei.com>
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.
Hou Tao (2):
fuse: set FR_PENDING atomically in fuse_resend()
fuse: clear FR_SENT when re-adding requests into pending list
fs/fuse/dev.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.29.2
Powered by blists - more mailing lists