commit | 5a4c73342ad493c61f19a1406f47dcd35e18030f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:04 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 19 14:11:33 2017 -0700 |
tree | e07e69cd715c1e5dd3f38b92359c7332d3aa60bd | |
parent | 3d4b4a3e30ae7a949c31e1e10268a3da4723d290 [diff] |
xfs: optimize _btree_query_all Don't bother wandering our way through the leaf nodes when the caller issues a query_all; just zoom down the left side of the tree and walk rightwards along level zero. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>