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:
3b95d06
)
b=4778
author
zhanghc
<zhanghc>
Thu, 29 Jun 2006 10:45:45 +0000
(10:45 +0000)
committer
zhanghc
<zhanghc>
Thu, 29 Jun 2006 10:45:45 +0000
(10:45 +0000)
r=adilger
DESCRIPTION: fix a bug
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
4032177
..
c30e00e
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-2655,7
+2655,6
@@
static int filter_handle_precreate(struct obd_export *exp, struct obdo *oa,
LASSERTF(diff >= 0,"%s: "LPU64" - "LPU64" = %d\n",obd->obd_name,
oa->o_id, filter_last_id(filter, group), diff);
- RETURN(diff);
}
if (diff > 0) {