Re: [PATCH 3/6] xfs: log the tempip after we convert it to extents format
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.stable,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 24, 2026 at 10:35:10PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM points out that xrep_symlink_swap_prep converts sc->tempip to an > extents format file prior to the atomic swap, but incorrectly logs > sc->ip immediately afterwards. Fix that, and the other problem that > we're supposed to tell xfs_trans_log_inode what to log and don't. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>