Whamcloud - gitweb
remove compile warning due to imcompatible interface definition.
authorhuanghua <huanghua>
Tue, 25 Jul 2006 03:26:58 +0000 (03:26 +0000)
committerhuanghua <huanghua>
Tue, 25 Jul 2006 03:26:58 +0000 (03:26 +0000)
lustre/osd/osd_handler.c

index d89a3f9..6893a51 100644 (file)
@@ -821,7 +821,7 @@ int osd_xattr_set(const struct lu_context *ctxt, struct dt_object *dt,
 }
 
 int osd_xattr_list(const struct lu_context *ctxt, struct dt_object *dt,
-                   const void *buf, int buf_len, struct thandle *handle)
+                   void *buf, int buf_len)
 {
         return 0;
 }