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? Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>
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? Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>