Whamcloud - gitweb
LU-3536 osp: move update packing into out_lib.c
[fs/lustre-release.git] / lustre / osp / osp_dev.c
index 2e7206c..5208b9f 100644 (file)
@@ -1167,7 +1167,7 @@ static struct lu_device *osp_device_fini(const struct lu_env *env,
        ENTRY;
 
        if (osp->opd_async_requests != NULL) {
-               out_destroy_update_req(osp->opd_async_requests);
+               dt_update_request_destroy(osp->opd_async_requests);
                osp->opd_async_requests = NULL;
        }