commit | 38dee376d67047e9877a34e408013852c9729eb8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:06 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 19 14:11:33 2017 -0700 |
tree | 53489b593ca5dde647823ae6e59dbc342e068e46 | |
parent | c8ce540db5f67d254aafb14b5d76422c62a906df [diff] |
xfs: always compile the btree inorder check functions The btree record and key inorder check functions will be used by the btree scrubber code, so make sure they're always built. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>