X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fbrec.c;h=c88e5d72a402ae2d29a8905cdccf7b59ccd4337d;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=0ccef2ab790c048b6b838ed3d4753d09e62fa164;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/fs/hfsplus/brec.c b/fs/hfsplus/brec.c index 0ccef2ab7..c88e5d72a 100644 --- a/fs/hfsplus/brec.c +++ b/fs/hfsplus/brec.c @@ -360,7 +360,7 @@ again: end_off = hfs_bnode_read_u16(parent, end_rec_off); if (end_rec_off - end_off < diff) { - printk("splitting index node...\n"); + printk(KERN_DEBUG "hfs: splitting index node...\n"); fd->bnode = parent; new_node = hfs_bnode_split(fd); if (IS_ERR(new_node))