VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Roman Zippel <zippel@linux-m68k.org> 2006-01-18 17:43:07 -0800 committer: Linus Torvalds <torvalds@g5.osdl.org> 2006-01-18 19:20:23 -0800 commit: 7cf3cc3036cb7b1147350bf7c3f1ab98c160eb7b parent: 634725a92938b0f282b17cec0b007dca77adebd2
Commit Summary:
[PATCH] hfs: cleanup HFS prints
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hfs/brec.c b/fs/hfs/brec.c
index 7d8fff2c25fc..5c87cf4801fc 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))