commit | c29ce8f48e219d10644f402ec5d738cadf20666e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Mar 11 11:01:04 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Mar 18 08:12:23 2020 -0700 |
tree | 777c072ce787360259a7bc876773216344b405a5 | |
parent | e6eb33d905c287eb07ee1c69d38871276db154dd [diff] |
xfs: add support for inode btree staging cursors Add support for btree staging cursors for the inode btrees. This is needed both for online repair and also to convert xfs_repair to use btree bulk loading. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>