Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Ever since second patch in LU-3321 the comment became untrue, and then ops_inflight became deleted too making it even more out of date.
static void osc_page_transfer_add(const struct lu_env *env, struct osc_page *opg, enum cl_req_type crt) { struct osc_object *obj = cl2osc(opg->ops_cl.cpl_obj); /* ops_lru and ops_inflight share the same field, so take it from LRU * first and then use it as inflight. */ osc_lru_use(osc_cli(obj), opg); }
Attachments
Issue Links
- is related to
-
LU-3321 2.x single thread/process throughput degraded from 1.8
- Resolved