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

Properly propagate oinfo flags from lov to osc for statfs

Branch b1_8_gate
b=16006
i=shadow
i=johann
parent bac9436d
No related merge requests found
......@@ -1641,6 +1641,7 @@ int lov_prep_statfs_set(struct obd_device *obd, struct obd_info *oinfo,
req->rq_idx = i;
req->rq_oi.oi_cb_up = cb_statfs_update;
req->rq_oi.oi_flags = oinfo->oi_flags;
req->rq_rqset = set;
lov_set_add_req(req, set);
......
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