On Wed, Nov 06, 2019 at 07:02:49PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Coverity complains that we don't check the return value of > xfs_iext_peek_prev_extent like we do nearly all of the time. If there > is no previous extent then just null out bma->prev like we do elsewhere > in the bmap code. Looks fine, Reviewed-by: Christoph Hellwig <hch@xxxxxx>