Re: [PATCH 05/12] xfs: remove _XBF_LOGRECOVERY

Christoph Hellwig <[email protected]> Tue, 28 Jul 2026 06:39:35 +0200
Newsgroups org.kernel.vger.linux-xfs
Message-ID <[email protected]>
On Fri, Jul 24, 2026 at 09:49:04AM -0700, Darrick J. Wong wrote:
> On Wed, Jul 15, 2026 at 04:50:58PM +0200, Christoph Hellwig wrote:
> > Adding _XBF_LOGRECOVERY to every buffer write from log recovery is error
> > prone.  Instead key off the behavior on log recovery being active with
> > indirecting that through a flag.
> > 
> > Signed-off-by: Christoph Hellwig <[email protected]>
> 
> That makes sense.  I suppose if anyone wants to capture ftrace data
> they'll see the printk log stating that we're starting and ending
> recovery, right?

Yes.