Whamcloud - gitweb
remove compile warning due to incompatible interface definition.
authorhuanghua <huanghua>
Tue, 25 Jul 2006 03:29:50 +0000 (03:29 +0000)
committerhuanghua <huanghua>
Tue, 25 Jul 2006 03:29:50 +0000 (03:29 +0000)
lustre/include/dt_object.h

index 28a3cc2..90a5d8f 100644 (file)
@@ -189,7 +189,7 @@ struct dt_object_operations {
          */
         int   (*do_xattr_list)(const struct lu_context *ctxt,
                                struct dt_object *dt,
-                               const void *buf, int buf_len);
+                               void *buf, int buf_len);
         /*
          * Create new object on this device.
          *