Re: [PATCH 1/6] seq_file: add seq_read_iter

From: Linus Torvalds
Date: Tue Dec 08 2020 - 15:29:07 EST


On Tue, Dec 8, 2020 at 11:49 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> Said that, it does appear to survive all beating, and it does fix
> a regression introduced in this cycle, so, provided that amount of
> comments in there is OK with you...

Ok, considering Greg's note, I've pulled it. It's early in the last
week, if something comes up we can still fix it.

That said, considering that I think the only use-case was that odd
/proc splice use, and the really special WSL2 thing, and both of those
are verified, it does sound safe to pull.

Famous last words...

Al, since you're around, would you mind looking at the two
DCACHE_DONTCACHE patches too? Honestly, since they seem to be an issue
only for DAX, and only for DAX policy changes, I don't consider them
critical for 5.10, but they've been around for a while now.

Linus