projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d426721
)
ocfs2: silence a debug print
author
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 28 Apr 2006 00:53:22 +0000
(17:53 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Thu, 29 Jun 2006 23:03:17 +0000
(16:03 -0700)
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/slot_map.c
patch
|
blob
|
history
diff --git
a/fs/ocfs2/slot_map.c
b/fs/ocfs2/slot_map.c
index
8716279
..
aa6f5aa
100644
(file)
--- 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)