diff options
author | Christoph Hellwig <hch@tuxera.com> | 2010-11-23 08:37:40 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2010-11-23 08:37:40 -0500 |
commit | 6d1bbfc4c0458c514126ccf7d6ce9232d9dbc872 (patch) | |
tree | abcea1a2ec38c51a43161860109b16d34777f2fb /fs/hfsplus/brec.c | |
parent | 6f80dfe55fcbde1e588bc2cfa1273403b710872d (diff) |
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>
Diffstat (limited to 'fs/hfsplus/brec.c')
-rw-r--r-- | fs/hfsplus/brec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/brec.c b/fs/hfsplus/brec.c index 2f39d05443e1..81f7e6e51d5a 100644 --- a/fs/hfsplus/brec.c +++ b/fs/hfsplus/brec.c | |||
@@ -375,7 +375,7 @@ again: | |||
375 | end_off = hfs_bnode_read_u16(parent, end_rec_off); | 375 | end_off = hfs_bnode_read_u16(parent, end_rec_off); |
376 | if (end_rec_off - end_off < diff) { | 376 | if (end_rec_off - end_off < diff) { |
377 | 377 | ||
378 | printk(KERN_DEBUG "hfs: splitting index node...\n"); | 378 | dprint(DBG_BNODE_MOD, "hfs: splitting index node.\n"); |
379 | fd->bnode = parent; | 379 | fd->bnode = parent; |
380 | new_node = hfs_bnode_split(fd); | 380 | new_node = hfs_bnode_split(fd); |
381 | if (IS_ERR(new_node)) | 381 | if (IS_ERR(new_node)) |