X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fmd%2Fraid10.h;h=59cd1efb8d304cc5c394f05cdfc7e650ebf9186a;hb=070ec55d07157a3041f92654135c3c6e2eaaf901;hp=244dbe507a54fa893a6731f57c56de1dca2a3b70;hpb=a6b3deafe0c50e3e873e8ed5cc8abfcb25c05eff;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/md/raid10.h b/drivers/md/raid10.h index 244dbe5..59cd1ef 100644 --- a/drivers/md/raid10.h +++ b/drivers/md/raid10.h @@ -62,12 +62,6 @@ struct r10_private_data_s { typedef struct r10_private_data_s conf_t; /* - * this is the only point in the RAID code where we violate - * C type safety. mddev->private is an 'opaque' pointer. - */ -#define mddev_to_conf(mddev) ((conf_t *) mddev->private) - -/* * this is our 'private' RAID10 bio. * * it contains information about what kind of IO operations were started