On Wed, Mar 04, 2020 at 06:53:58PM +1100, Dave Chinner wrote: > From: Dave Chinner <dchinner@xxxxxxxxxx> > > The naming and calling conventions are a bit of a mess. Clean it up > so the call chain looks like: > > xfs_log_unmount_write(mp) > xlog_unmount_write(log) > xlog_write_unmount_record(log, ticket) > > Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>