linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fuse: two tiny fixes for fuse_resend()
@ 2024-05-09 12:21 Hou Tao
  2024-05-09 12:21 ` [PATCH 1/2] fuse: set FR_PENDING atomically in fuse_resend() Hou Tao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hou Tao @ 2024-05-09 12:21 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Miklos Szeredi, Zhao Chen, linux-kernel, houtao1

From: Hou Tao <houtao1@huawei.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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-10  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 12:21 [PATCH 0/2] fuse: two tiny fixes for fuse_resend() Hou Tao
2024-05-09 12:21 ` [PATCH 1/2] fuse: set FR_PENDING atomically in fuse_resend() Hou Tao
2024-05-09 12:21 ` [PATCH 2/2] fuse: clear FR_SENT when re-adding requests into pending list Hou Tao
2024-05-10  9:16 ` [PATCH 0/2] fuse: two tiny fixes for fuse_resend() Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).