From f9c25f1d2af73f9494589afab42e07aa9ca2f740 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 22 Nov 2005 03:37:14 +0000 Subject: Support bitmaps with raid10 And a couple of other little things Signed-off-by: Neil Brown --- mdadm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index 85a853b..2abb0f0 100644 --- a/mdadm.h +++ b/mdadm.h @@ -190,7 +190,8 @@ extern struct superswitch { int (*load_super)(struct supertype *st, int fd, void **sbp, char *devname); struct supertype * (*match_metadata_desc)(char *arg); __u64 (*avail_size)(struct supertype *st, __u64 size); - int (*add_internal_bitmap)(struct supertype *st, void *sbv, int chunk, int delay, int write_behind, int *sizep, int may_change, int major); + int (*add_internal_bitmap)(struct supertype *st, void *sbv, int chunk, int delay, int write_behind, + unsigned long long size, int may_change, int major); void (*locate_bitmap)(struct supertype *st, int fd, void *sbv); int (*write_bitmap)(struct supertype *st, int fd, void *sbv); int major; -- cgit