From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Date: Fri, 25 Feb 2022 16:08:22 -0500 Subject: [Cluster-devel] [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first In-Reply-To: References: Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 at quack2.suse.cz/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