aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid10.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid10.h')
-rw-r--r--drivers/md/raid10.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/md/raid10.h b/drivers/md/raid10.h
index c7721365f7b..be7f8d9cfc6 100644
--- a/drivers/md/raid10.h
+++ b/drivers/md/raid10.h
@@ -13,8 +13,6 @@ struct mirror_info {
*/
};
-typedef struct r10bio_s r10bio_t;
-
struct r10_private_data_s {
struct mddev *mddev;
mirror_info_t *mirrors;
@@ -80,7 +78,7 @@ typedef struct r10_private_data_s conf_t;
* for this RAID10 operation, and about their status:
*/
-struct r10bio_s {
+struct r10bio {
atomic_t remaining; /* 'have we finished' count,
* used from IRQ handlers
*/