static void osc_req_completion(const struct lu_env *env, const struct cl_req_slice *slice, int ioret) { struct osc_req *or; or = cl2osc_req(slice); OBD_SLAB_FREE_PTR(or, osc_req_kmem); }
static void osc_req_completion(const struct lu_env *env, const struct cl_req_slice *slice, int ioret) { struct osc_req *or; or = cl2osc_req(slice); kmem_cache_free(osc_req_kmem, or); }