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.