Re: [PATCH] cifs: Fix cifs readv callback merge resolution issue

From: Linus Torvalds
Date: Mon Sep 16 2024 - 12:50:51 EST


On Mon, 16 Sept 2024 at 17:33, David Howells <dhowells@xxxxxxxxxx> wrote:
>
> It's probably a good idea, but there's also erofs, which also goes through
> cachefiles_read() with it's own async callback which complicates things a
> little.

So I was thinking that if cachefiles_read_complete() would just do the
->term_func() handling as a workqueue thing, that would make this all
go away...

Linus