On Tue, 27 Aug 2024 at 13:53, yangyun <yangyun50@xxxxxxxxxx> wrote: > > On Tue, Aug 27, 2024 at 04:30:04PM +0800, Jingbo Xu wrote: > > When the size of the user requested IO is greater than max_read and > > max_pages constraint, it's split into multiple requests and these split > > requests can not be sent to the fuse server until the previous split > > request *completes* (since fuse_simple_request()), even when the user > > request is submitted from async IO e.g. io-uring. > > The same use case. Your explanation is more explicit. Applied, thanks. Miklos