Whamcloud - gitweb
Constify instances of struct {lu,dt,md}_device_operations.
[fs/lustre-release.git] / lustre / mdd / mdd_orphans.c
index 2ac658b..24a134e 100644 (file)
@@ -150,7 +150,7 @@ static int orph_index_iterate(const struct lu_env *env,
 {
         struct dt_object *dt_obj = mdd->mdd_orphans;
         struct dt_it     *it;
-        struct dt_it_ops *iops;
+        const struct dt_it_ops *iops;
         struct orph_key  *key = orph_key_empty(env, 0);
         int result;
         ENTRY;