X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fbrec.c;h=c88e5d72a402ae2d29a8905cdccf7b59ccd4337d;hb=6bd8fedaa16da1e24f38712ee759950d8c5f4f09;hp=0ccef2ab790c048b6b838ed3d4753d09e62fa164;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/hfsplus/brec.c b/fs/hfsplus/brec.c index 0ccef2a..c88e5d7 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))