Re: [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first
From: Theodore Ts'o
Date: Fri Feb 25 2022 - 16:08:50 EST
On Fri, Feb 25, 2022 at 12:51:28PM -0800, Eric Biggers wrote:
> >
> > [1] https://www.spinics.net/lists/linux-mm/msg142700.html
>
> Can you use a lore link
> (https://lore.kernel.org/linux-mm/20180103100430.GE4911@xxxxxxxxxxxxxx/T/#u)?
Sure, thanks for finding the lore link! I did try searching for it
last night, but for some reason I wasn't able to surface it.
> > + /*
> > + * Should never happen but for buggy code in
> > + * other subsystemsa that call
>
> subsystemsa => subsystems
Already fixed in my local version of the patch.
> > + * [1] https://www.spinics.net/lists/linux-mm/msg142700.html
>
> Likewise, lore link here.
Ack.
- Ted