From 3a9d5d6116d385a1c7f4c9d7a0b5c1d45113462d Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 5 Nov 2002 19:58:42 +0000 Subject: [PATCH] Minor type fixup to match o_brw. --- lustre/include/linux/obd_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/obd_class.h b/lustre/include/linux/obd_class.h index 2ef75aa..451f683 100644 --- a/lustre/include/linux/obd_class.h +++ b/lustre/include/linux/obd_class.h @@ -328,7 +328,7 @@ static inline int obd_punch(struct lustre_handle *conn, struct obdo *oa, static inline int obd_brw(int cmd, struct lustre_handle *conn, struct lov_stripe_md *ea, obd_count oa_bufs, struct brw_page *pg, - brw_callback_t callback, void *data) + brw_callback_t callback, struct io_cb_data *data) { struct obd_export *exp; int rc; -- 1.8.3.1