Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c57d50
)
prevent noisy message from printing
author
huanghua
<huanghua>
Thu, 27 Jul 2006 15:12:40 +0000
(15:12 +0000)
committer
huanghua
<huanghua>
Thu, 27 Jul 2006 15:12:40 +0000
(15:12 +0000)
lustre/mdt/mdt_lib.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_lib.c
b/lustre/mdt/mdt_lib.c
index
108f07d
..
ebd435a
100644
(file)
--- a/
lustre/mdt/mdt_lib.c
+++ b/
lustre/mdt/mdt_lib.c
@@
-114,7
+114,7
@@
int mdt_handle_last_unlink(struct mdt_thread_info *info, struct mdt_object *mo)
if (ma->ma_valid & MA_INODE)
mdt_pack_attr2body(repbody, la, mdt_object_fid(mo));
if (ma->ma_lmm_size && ma->ma_valid & MA_LOV) {
- mdt_dump_lmm(D_
ERROR
, ma->ma_lmm);
+ mdt_dump_lmm(D_
INFO
, ma->ma_lmm);
repbody->eadatasize = ma->ma_lmm_size;
repbody->valid |= OBD_MD_FLEASIZE;
}