Project

General

Profile

Submit #2757 ยป 0001-sys-vfs-hammer-fix-comments.patch

tkusumi, 01/05/2015 02:18 AM

View differences:

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);
    (1-1/1)