From 16da94b88aa097b2ab06d5b1ad9bbf8c3bf73eee Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 14 Oct 2001 23:50:11 +0000 Subject: [PATCH] highmemory changes --- 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 c29b278..1ea91e7 100644 --- a/lustre/include/linux/obd_class.h +++ b/lustre/include/linux/obd_class.h @@ -172,7 +172,7 @@ struct obd_ops { int (*o_write)(struct obd_conn *conn, struct obdo *oa, char *buf, obd_size *count, obd_off offset); int (*o_brw)(int rw, struct obd_conn *conn, obd_count num_oa, - struct obdo **oa, obd_count *oa_bufs, char **buf, + struct obdo **oa, obd_count *oa_bufs, struct page **buf, obd_size *count, obd_off *offset, obd_flag *flags); int (*o_punch)(struct obd_conn *conn, struct obdo *tgt, obd_size count, obd_off offset); -- 1.8.3.1