summary refs log tree commit diff
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-04-27 17:53:22 -0700
committerMark Fasheh <mark.fasheh@oracle.com>2006-06-29 16:03:17 -0700
commite7607ab3daeeaea50b3b5aebe8dfa29a1dfb8311 (patch)
treedd15e3673a53b32496658323766d13b2bdbe7a0e /fs/ocfs2
parentd426721cf10824391fd38bd42f38357ace2b1c08 (diff)
downloadlinux-e7607ab3daeeaea50b3b5aebe8dfa29a1dfb8311.tar.gz
ocfs2: silence a debug print
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/slot_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/slot_map.c b/fs/ocfs2/slot_map.c
index 871627961d6d..aa6f5aadedc4 100644
--- a/fs/ocfs2/slot_map.c
+++ b/fs/ocfs2/slot_map.c
@@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb)
 	osb->slot_num = slot;
 	spin_unlock(&si->si_lock);
 
-	mlog(ML_NOTICE, "taking node slot %d\n", osb->slot_num);
+	mlog(0, "taking node slot %d\n", osb->slot_num);
 
 	status = ocfs2_update_disk_slots(osb, si);
 	if (status < 0)