From: braam Date: Sun, 14 Oct 2001 23:50:11 +0000 (+0000) Subject: highmemory changes X-Git-Tag: 0.4.2~683 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=16da94b88aa097b2ab06d5b1ad9bbf8c3bf73eee;p=fs%2Flustre-release.git highmemory changes --- 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);