lkml.org 
[lkml]   [2024]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: WARNING in fuse_request_end
On Tue, 7 May 2024 at 15:30, Hou Tao <houtao@huaweicloud.com> wrote:

> diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
> index 3ec8bb5e68ff5..840cefdf24e26 100644
> --- a/fs/fuse/dev.c
> +++ b/fs/fuse/dev.c
> @@ -1814,6 +1814,7 @@ static void fuse_resend(struct fuse_conn *fc)
>
> list_for_each_entry_safe(req, next, &to_queue, list) {
> __set_bit(FR_PENDING, &req->flags);
> + clear_bit(FR_SENT, &req->flags);
> /* mark the request as resend request */
> req->in.h.unique |= FUSE_UNIQUE_RESEND;
> }
>

ACK, fix looks good.

Would you mind resending it as a proper patch?

Thanks,
Miklos

\
 
 \ /
  Last update: 2024-05-08 10:21    [W:0.084 / U:1.528 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site