From: huanghua Date: Tue, 25 Jul 2006 03:29:50 +0000 (+0000) Subject: remove compile warning due to incompatible interface definition. X-Git-Tag: v1_8_0_110~486^2~1340 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=88eb053cf29c132d5a6f13fbe1efac5fe40be267;p=fs%2Flustre-release.git remove compile warning due to incompatible interface definition. --- diff --git a/lustre/include/dt_object.h b/lustre/include/dt_object.h index 28a3cc2..90a5d8f 100644 --- a/lustre/include/dt_object.h +++ b/lustre/include/dt_object.h @@ -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. *