Whamcloud - gitweb
LU-2675 llite: remove dead code
[fs/lustre-release.git] / lustre / lclient / lcommon_cl.c
index 79ecc03..22adcc4 100644 (file)
@@ -79,7 +79,7 @@
 #include "../liblustre/llite_lib.h"
 #endif
 
-const struct cl_req_operations ccc_req_ops;
+static const struct cl_req_operations ccc_req_ops;
 
 /*
  * ccc_ prefix stands for "Common Client Code".
@@ -961,7 +961,7 @@ void ccc_req_attr_set(const struct lu_env *env,
 #endif
 }
 
-const struct cl_req_operations ccc_req_ops = {
+static const struct cl_req_operations ccc_req_ops = {
         .cro_attr_set   = ccc_req_attr_set,
         .cro_completion = ccc_req_completion
 };