Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf99971c authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_real

parent 1bfd7618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1765,7 +1765,7 @@ xfs_bmap_add_extent_delay_real(
		LEFT.br_blockcount += new->br_blockcount;
		xfs_iext_update_extent(bma->ip, state, bma->idx - 1, &LEFT);

		PREV.br_blockcount = temp = PREV.br_blockcount - new->br_blockcount;
		PREV.br_blockcount = temp;
		PREV.br_startoff += new->br_blockcount;
		PREV.br_startblock = nullstartblock(da_new);
		xfs_iext_update_extent(bma->ip, state, bma->idx, &PREV);