commit | bc270b53e6aa3b9723e26a548fa1a1688ea61361 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jul 29 22:37:09 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jul 29 22:37:09 2018 -0700 |
tree | 5229acc648d38c095cdf6b6c9e5b2efc8acb6658 | |
parent | ebcbef3a61a6081ffe20b0b684f18ebbf23f1dfb [diff] |
xfs: move the repair extent list into its own file Move the xrep_extent_list code into a separate file. Logically, this data structure is really just a clumsy bitmap, and in the next patch we'll make this more obvious. No functional changes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>