commit | 73d6b42aa4dcdd7cdc07a945f035b0c1ca48f891 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 29 22:18:09 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 30 08:03:14 2018 -0700 |
tree | 6220e252945fcf43b943812defbd99265d2e9fc6 | |
parent | 0a9633fa2f9a7ae52e2068fd706e2dee10be94a0 [diff] |
xfs: add helpers to allocate and initialize fresh btree roots Add a pair of helper functions to allocate and initialize fresh btree roots. The repair functions will use these as part of recreating corrupted metadata. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com>