]> Git Repo - linux.git/commit
bcachefs: kill bset_tree->max_key
authorKent Overstreet <[email protected]>
Sun, 4 Apr 2021 01:54:14 +0000 (21:54 -0400)
committerKent Overstreet <[email protected]>
Sun, 22 Oct 2023 21:08:59 +0000 (17:08 -0400)
commit3ce8b463e3e044cc6765c096e2b755416e6f7e84
treee350fcd34401baed782bb9002c3505df4862fdcf
parent671cc8a51b019b49a8538aceaaa5e770c1694c1b
bcachefs: kill bset_tree->max_key

Since we now ensure a btree node's max key fits in its packed format,
this isn't needed for the reasons it used to be - and, it was being used
inconsistently.

Also reorder struct btree a bit for performance, and kill some dead
code.

Signed-off-by: Kent Overstreet <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
fs/bcachefs/bset.c
fs/bcachefs/btree_types.h
This page took 0.058111 seconds and 4 git commands to generate.