Whamcloud - gitweb
LU-6943 clio: get rid of cl_req
[fs/lustre-release.git] / lustre / obdecho / echo_client.c
index 75a3e48..303ce27 100644 (file)
@@ -584,9 +584,6 @@ static struct lu_device_operations echo_device_lu_ops = {
 
 /** @} echo_lu_dev_ops */
 
-static struct cl_device_operations echo_device_cl_ops = {
-};
-
 /** \defgroup echo_init Setup and teardown
  *
  * Init and fini functions for echo client.
@@ -843,7 +840,6 @@ static struct lu_device *echo_device_alloc(const struct lu_env *env,
                 GOTO(out, rc);
 
         cd->cd_lu_dev.ld_ops = &echo_device_lu_ops;
-        cd->cd_ops = &echo_device_cl_ops;
 
         cleanup = 2;
         obd = class_name2obd(lustre_cfg_string(cfg, 0));