commit | 37a6547d92af4d16778cead78ef2f9233f5573fe | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Mar 16 17:12:34 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Mar 18 08:12:23 2020 -0700 |
tree | 19624e2a5c66a78b3f08395c193644e13a53880b | |
parent | 77ca1eed5a7d2bf0905562eb1a15aac76bc19fe4 [diff] |
xfs: xrep_reap_extents should not destroy the bitmap Remove the xfs_bitmap_destroy call from the end of xrep_reap_extents because this sort of violates our rule that the function initializing a structure should destroy it. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>