Whamcloud - gitweb
b=19188
[fs/lustre-release.git] / lustre / osd / osd_handler.c
index 0794d1e..a580390 100644 (file)
@@ -136,7 +136,7 @@ static int   osd_type_init     (struct lu_device_type *t);
 static void  osd_type_fini     (struct lu_device_type *t);
 static int   osd_object_init   (const struct lu_env *env,
                                 struct lu_object *l,
-                                const struct lu_object_conf *_);
+                                const struct lu_object_conf *unused);
 static void  osd_object_release(const struct lu_env *env,
                                 struct lu_object *l);
 static int   osd_object_print  (const struct lu_env *env, void *cookie,
@@ -428,7 +428,7 @@ static void osd_object_init0(struct osd_object *obj)
  * life-cycle.
  */
 static int osd_object_init(const struct lu_env *env, struct lu_object *l,
-                           const struct lu_object_conf *_)
+                           const struct lu_object_conf *unused)
 {
         struct osd_object *obj = osd_obj(l);
         int result;