Skip to content
Snippets Groups Projects
Commit 6b7ea8bf authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

add missing part of bug 13285 to HEAD.

this part already exist in 1.6 but lost in HEAD.
parent 53f9428c
No related branches found
No related tags found
No related merge requests found
...@@ -859,7 +859,7 @@ int qos_prep_create(struct obd_export *exp, struct lov_request_set *set) ...@@ -859,7 +859,7 @@ int qos_prep_create(struct obd_export *exp, struct lov_request_set *set)
struct obdo *src_oa = set->set_oi->oi_oa; struct obdo *src_oa = set->set_oi->oi_oa;
struct obd_trans_info *oti = set->set_oti; struct obd_trans_info *oti = set->set_oti;
int i, stripes, rc = 0, newea = 0; int i, stripes, rc = 0, newea = 0;
int *idx_arr, idx_cnt = 0; int *idx_arr = NULL, idx_cnt = 0;
int flag = LOV_USES_ASSIGNED_STRIPE; int flag = LOV_USES_ASSIGNED_STRIPE;
ENTRY; ENTRY;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment