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:
1b20542
)
Branch b_new_cmd
author
vitaly
<vitaly>
Fri, 22 Sep 2006 00:12:33 +0000
(
00:12
+0000)
committer
vitaly
<vitaly>
Fri, 22 Sep 2006 00:12:33 +0000
(
00:12
+0000)
cleanup
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
78c54ed
..
5d2f528
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-3197,6
+3197,7
@@
static int filter_handle_precreate(struct obd_export *exp, struct obdo *oa,
oa->o_id = filter_last_id(&obd->u.filter, group);
rc = filter_precreate(obd, oa, group, &diff);
oa->o_id = filter_last_id(&obd->u.filter, group);
+ oa->o_gr = group;
oa->o_valid = OBD_MD_FLID | OBD_MD_FLGROUP;
GOTO(out, rc);
}