On Thu, 3 Jul 2025 at 08:48, lirongqing <lirongqing@xxxxxxxxx> wrote: > > From: Li RongQing <lirongqing@xxxxxxxxx> > > The original commit be2ff42c5d6e ("fuse: Use hash table to link > processing request") converted fuse_pqueue->processing to a hash table, > but virtio_fs_enqueue_req() was not updated to use it correctly. > So use fuse_pqueue->processing as a hash table, this make the code > more coherent Applied, thanks. Miklos