From 2650ffd2efbde52c7272fc28ea73a6b649b8422e Mon Sep 17 00:00:00 2001 From: huanghua Date: Tue, 25 Jul 2006 03:26:58 +0000 Subject: [PATCH] remove compile warning due to imcompatible interface definition. --- lustre/osd/osd_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index d89a3f9..6893a51 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -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; } -- 1.8.3.1