From 88eb053cf29c132d5a6f13fbe1efac5fe40be267 Mon Sep 17 00:00:00 2001 From: huanghua Date: Tue, 25 Jul 2006 03:29:50 +0000 Subject: [PATCH] remove compile warning due to incompatible interface definition. --- lustre/include/dt_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 1.8.3.1