Re: [Devel] [PATCH RHEL9] fs/fuse: fix flush_bg_queue()

2023-09-29 Thread Alexey Kuznetsov
Ack On Fri, Sep 29, 2023 at 5:17 PM Kui Liu wrote: > > Currently flush_bg_queue() takes an input paramenter fiq, to which requests > > in the bg_queue will be dispatched without respect to what's been set to > > req->args->fiq. This behaviour totally breaks purpose of the request > dispatching >

[Devel] [PATCH RHEL9] fs/fuse: fix flush_bg_queue()

2023-09-29 Thread Kui Liu
Currently flush_bg_queue() takes an input paramenter fiq, to which requests in the bg_queue will be dispatched without respect to what's been set to req->args->fiq. This behaviour totally breaks purpose of the request dispatching algorithm when there are multiple input queues. So instead we need to