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:
4370421
)
- remove needless CERROR()
author
alex
<alex>
Fri, 27 Feb 2009 06:47:28 +0000
(06:47 +0000)
committer
alex
<alex>
Fri, 27 Feb 2009 06:47:28 +0000
(06:47 +0000)
lustre/ofd/ofd_obd.c
patch
|
blob
|
history
diff --git
a/lustre/ofd/ofd_obd.c
b/lustre/ofd/ofd_obd.c
index
a8edf8f
..
8c85fd7
100644
(file)
--- a/
lustre/ofd/ofd_obd.c
+++ b/
lustre/ofd/ofd_obd.c
@@
-844,7
+844,7
@@
static int filter_create(struct obd_export *exp,
LASSERT(group >= FILTER_GROUP_MDS0);
LASSERT(oa->o_valid & OBD_MD_FLGROUP);
- CDEBUG(D_INFO
|D_ERROR
, "filter_create(oa->o_gr="LPU64",oa->o_id="LPU64")\n",
+ CDEBUG(D_INFO, "filter_create(oa->o_gr="LPU64",oa->o_id="LPU64")\n",
group, oa->o_id);
if ((oa->o_valid & OBD_MD_FLFLAGS) &&