From: Mark Fasheh Date: Fri, 28 Apr 2006 00:53:22 +0000 (-0700) Subject: ocfs2: silence a debug print X-Git-Tag: v2.6.18-rc1~320^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e7607ab3daeeaea50b3b5aebe8dfa29a1dfb8311;p=linux-2.6-omap-h63xx.git ocfs2: silence a debug print Signed-off-by: Mark Fasheh --- diff --git a/fs/ocfs2/slot_map.c b/fs/ocfs2/slot_map.c index 871627961d6..aa6f5aadedc 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)