Issue #2765 has been reported by tkusumi. ---------------------------------------- Submit #2765: [PATCH] sys/vfs/hammer: make btree_search() climb up btree slightly faster http://bugs.dragonflybsd.org/issues/2765
* Author: tkusumi * Status: New * Priority: Normal * Assignee: * Category: VFS subsystem * Target version: ---------------------------------------- This cleanup patch lets cursor climb up deep/fat btree slightly faster (lightweight), if not slower. The local variable enospc won't be anything other than 0 at this point thus (&& enospc == 0) isn't necessary here. Also node type checking is redundant as they both use btree_node_is_full(). There used to be btree_node_is_almost_full() and internal/leaf needed to be separated by if/else but not anymore. ---Files-------------------------------- 0001-sys-vfs-hammer-make-btree_search-climb-up-btree-slig.patch (1.59 KB) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account