diff options
author | Kent Overstreet <kmo@daterainc.com> | 2013-07-25 02:20:19 +0200 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2013-11-11 06:55:57 +0100 |
commit | d6fd3b11cea82346837957feab25b0be48aa424c (patch) | |
tree | 992f1de98ba935284feac7569eea7d86dcf5bdd7 /drivers/scsi/dtc.c | |
parent | bcache: Remove unnecessary check in should_split() (diff) | |
download | linux-d6fd3b11cea82346837957feab25b0be48aa424c.tar.xz linux-d6fd3b11cea82346837957feab25b0be48aa424c.zip |
bcache: Explicitly track btree node's parent
This is prep work for the reworked btree insertion code.
The way we set b->parent is ugly and hacky... the problem is, when
btree_split() or garbage collection splits or rewrites a btree node, the
parent changes for all its (potentially already cached) children.
I may change this later and add some code to look through the btree node
cache and find all our cached child nodes and change the parent pointer
then...
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'drivers/scsi/dtc.c')
0 files changed, 0 insertions, 0 deletions