On Thu, Jan 16, 2020 at 08:16:42AM -0800, Christoph Hellwig wrote: > On Wed, Jan 15, 2020 at 09:03:58AM -0800, Darrick J. Wong wrote: > > - XFS_FSS_TO_BB(mp, 1)); > > + XFS_FSS_TO_BB(mp, 1), > > + &bp); > > Do we need the extra line here? Whoops, will fix. --D > Otherwise looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx>