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:
4fca1bd
)
osd: fix thinko.
author
nikita
<nikita>
Thu, 26 Oct 2006 00:36:03 +0000
(
00:36
+0000)
committer
nikita
<nikita>
Thu, 26 Oct 2006 00:36:03 +0000
(
00:36
+0000)
lustre/osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_handler.c
b/lustre/osd/osd_handler.c
index
24568db
..
6626e43
100644
(file)
--- a/
lustre/osd/osd_handler.c
+++ b/
lustre/osd/osd_handler.c
@@
-1552,7
+1552,7
@@
static int osd_index_setup(const struct lu_env *env, struct osd_object *obj,
*/
LASSERT(obj->oo_dt.do_index_ops == &osd_index_ops);
LASSERT(bag->ic_descr->id_ops->id_ipd_free != NULL);
- bag->ic_descr->id_ops->id_ipd_free(bag,
obj->oo_
ipd);
+ bag->ic_descr->id_ops->id_ipd_free(bag, ipd);
}
spin_unlock(&obj->oo_guard);
result = 0;