diff options
author | Darrick J. Wong <[email protected]> | 2016-08-03 11:02:39 +1000 |
---|---|---|
committer | Dave Chinner <[email protected]> | 2016-08-03 11:02:39 +1000 |
commit | e5821e57af54abc36ea299bde6c101a804cfac27 (patch) | |
tree | 3c5e2137fd2e92fb01b463a6e2b8c6bd46aa1db3 /scripts/gdb/linux/config.py | |
parent | 0d309791bdc0a92f1db5dfc171d884a6b8583702 (diff) |
xfs: during btree split, save new block key & ptr for future insertion
When a btree block has to be split, we pass the new block's ptr from
xfs_btree_split() back to xfs_btree_insert() via a pointer parameter;
however, we pass the block's key through the cursor's record. It is a
little weird to "initialize" a record from a key since the non-key
attributes will have garbage values.
When we go to add support for interval queries, we have to be able to
pass the lowest and highest keys accessible via a pointer. There's no
clean way to pass this back through the cursor's record field.
Therefore, pass the key directly back to xfs_btree_insert() the same
way that we pass the btree_ptr.
As a bonus, we no longer need init_rec_from_key and can drop it from the
codebase.
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions