On Tue, Feb 25, 2020 at 09:47:12AM -0800, Christoph Hellwig wrote: > On Mon, Feb 24, 2020 at 04:12:50PM -0800, Darrick J. Wong wrote: > > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > > > Move libxfs_log_clear and libxfs_log_header to the bottom of the file so > > that we avoid having to create advance declarations of static functions > > in the next patch. No functional changes. > > > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > I'd be tempted to in fact just move them into a separate file, unless > that would mean marking too many functions non-static as none of this > is related to the normal read/write code. <shrug> I wonder why not just move this whole thing to libxlog and rewire it to do its own IOs (like the kernel xfs log does now) but this series is already too long and that seems like its own neat cleanup... --D