hfsplus: silence a few debug printks
Turn a few noisy debug printks that show up during xfstests into complied out debug print statements. Signed-off-by: Christoph Hellwig <hch@tuxera.com>
This commit is contained in:
committed by
Christoph Hellwig
parent
6f80dfe55f
commit
6d1bbfc4c0
@@ -358,7 +358,7 @@ void hfs_bnode_unlink(struct hfs_bnode *node)
|
||||
|
||||
// move down?
|
||||
if (!node->prev && !node->next) {
|
||||
printk(KERN_DEBUG "hfs_btree_del_level\n");
|
||||
dprint(DBG_BNODE_MOD, "hfs_btree_del_level\n");
|
||||
}
|
||||
if (!node->parent) {
|
||||
tree->root = 0;
|
||||
|
Reference in New Issue
Block a user