commit | 9228d751ebf9c7876902db6458a33c26674f7ccc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Feb 06 10:20:54 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:07:01 2019 -0800 |
tree | f95e10241beb983ea203c4da1b9483855c8abf0b | |
parent | 4260baac629e15723574f42c5c9ba13cb037db8e [diff] |
xfs: use buf ops magic to detect btree block type Now that we encode block magic numbers in all the buffer ops, use that for block type detection in the ag header repair code instead of encoding magics directly in the repair code. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>