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:
bfdc6e9
)
CWARN() chnaged to CDEBUG in lmv_delete_object().
author
yury
<yury>
Mon, 21 Jun 2004 11:07:25 +0000
(11:07 +0000)
committer
yury
<yury>
Mon, 21 Jun 2004 11:07:25 +0000
(11:07 +0000)
lustre/lmv/lmv_obd.c
patch
|
blob
|
history
diff --git
a/lustre/lmv/lmv_obd.c
b/lustre/lmv/lmv_obd.c
index
08c4479
..
3ab8962
100644
(file)
--- a/
lustre/lmv/lmv_obd.c
+++ b/
lustre/lmv/lmv_obd.c
@@
-1288,9
+1288,9
@@
int lmv_delete_object(struct obd_export *exp, struct ll_fid *fid)
ENTRY;
if (!lmv_delete_obj(exp, fid)) {
- C
WARN(
"Object %lu/%lu/%lu is not found.\n",
- (unsigned long)fid->mds, (unsigned long)fid->id,
- (unsigned long)fid->generation);
+ C
DEBUG(D_OTHER,
"Object %lu/%lu/%lu is not found.\n",
+
(unsigned long)fid->mds, (unsigned long)fid->id,
+
(unsigned long)fid->generation);
}
RETURN(0);