Re: [PATCH 1/3] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock

From: Linus Torvalds
Date: Sun Apr 07 2019 - 20:14:50 EST


On Sun, Apr 7, 2019 at 10:04 AM Kirill Smelkov <kirr@xxxxxxxxxx> wrote:
>
> Fixing regression on FUSE side is my reason to do this whole work -
> that's why I care about it the most and ask.

Yeah, we can do the actual FUSE fix, I think. Preferably through the
FUSE tree. Miklos?

Linus