From 70a7023684af1f41cfc5bff71598889301c2e301 Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Thu, 27 Apr 2006 17:53:22 -0700 Subject: [PATCH] --- yaml --- r: 31361 b: refs/heads/master c: e7607ab3daeeaea50b3b5aebe8dfa29a1dfb8311 h: refs/heads/master i: 31359: 9c7820f33c2d4629aba9888dc84cc416cee15935 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/slot_map.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c6f2eaaa3f32..f3719dadebc0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d426721cf10824391fd38bd42f38357ace2b1c08 +refs/heads/master: e7607ab3daeeaea50b3b5aebe8dfa29a1dfb8311 diff --git a/trunk/fs/ocfs2/slot_map.c b/trunk/fs/ocfs2/slot_map.c index 871627961d6d..aa6f5aadedc4 100644 --- a/trunk/fs/ocfs2/slot_map.c +++ b/trunk/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)