浏览代码

ocfs2: silence a debug print

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Mark Fasheh 19 年之前
父节点
当前提交
e7607ab3da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/ocfs2/slot_map.c

+ 1 - 1
fs/ocfs2/slot_map.c

@@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb)
 	osb->slot_num = slot;
 	osb->slot_num = slot;
 	spin_unlock(&si->si_lock);
 	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);
 	status = ocfs2_update_disk_slots(osb, si);
 	if (status < 0)
 	if (status < 0)