X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfs%2Fbrec.c;fp=fs%2Fhfs%2Fbrec.c;h=5c87cf4801fcb00f05311d2883c9977dbfa5ef2f;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=7d8fff2c25fc93f9814a1ee9c5d2baa1f81a7d46;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/fs/hfs/brec.c b/fs/hfs/brec.c index 7d8fff2c2..5c87cf480 100644 --- a/fs/hfs/brec.c +++ b/fs/hfs/brec.c @@ -362,7 +362,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))