]> err.no Git - linux-2.6/blobdiff - fs/hfs/brec.c
ocfs2_dlm: Add missing locks in dlm_empty_lockres
[linux-2.6] / fs / hfs / brec.c
index 7d8fff2c25fc93f9814a1ee9c5d2baa1f81a7d46..5c87cf4801fcb00f05311d2883c9977dbfa5ef2f 100644 (file)
@@ -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))