On Wed, Oct 10, 2018 at 03:01:18PM -0500, Eric Sandeen wrote: > xlog_print_trans_buffer takes 'i' as an argument, but then uses it later > as a local byte counter. Give the local var more useful, non-shadow > name of "byte" > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>