Submit #2757 ยป 0001-sys-vfs-hammer-fix-comments.patch
sys/vfs/hammer/hammer_object.c | ||
---|---|---|
}
|
||
/*
|
||
* Remove the record from the B-Tree
|
||
* Remove the record from the RB-Tree
|
||
*/
|
||
if (record->flags & HAMMER_RECF_ONRBTREE) {
|
||
RB_REMOVE(hammer_rec_rb_tree,
|
||
... | ... | |
}
|
||
/*
|
||
* Do this test after removing record from the B-Tree.
|
||
* Do this test after removing record from the RB-Tree.
|
||
*/
|
||
if (target_ip) {
|
||
hammer_test_inode(target_ip);
|