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:
76e07d3
)
give a warnning if somebody don't pass lustre id to ost, it should be
author
niu
<niu>
Thu, 4 Aug 2005 09:45:49 +0000
(09:45 +0000)
committer
niu
<niu>
Thu, 4 Aug 2005 09:45:49 +0000
(09:45 +0000)
error assertion in future.
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
ca5f29f
..
3db7684
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-2371,6
+2371,8
@@
int filter_create_object(struct obd_device *obd, struct obdo *oa)
CERROR("store fid in object failed! rc:%d\n", rc);
GOTO(cleanup, rc);
}
+ } else {
+ CWARN("create object without lustre id!\n");
}