diff options
Diffstat (limited to 'drivers/md/raid10.h')
-rw-r--r-- | drivers/md/raid10.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/md/raid10.h b/drivers/md/raid10.h index c7721365f7bd..be7f8d9cfc63 100644 --- a/drivers/md/raid10.h +++ b/drivers/md/raid10.h | |||
@@ -13,8 +13,6 @@ struct mirror_info { | |||
13 | */ | 13 | */ |
14 | }; | 14 | }; |
15 | 15 | ||
16 | typedef struct r10bio_s r10bio_t; | ||
17 | |||
18 | struct r10_private_data_s { | 16 | struct r10_private_data_s { |
19 | struct mddev *mddev; | 17 | struct mddev *mddev; |
20 | mirror_info_t *mirrors; | 18 | mirror_info_t *mirrors; |
@@ -80,7 +78,7 @@ typedef struct r10_private_data_s conf_t; | |||
80 | * for this RAID10 operation, and about their status: | 78 | * for this RAID10 operation, and about their status: |
81 | */ | 79 | */ |
82 | 80 | ||
83 | struct r10bio_s { | 81 | struct r10bio { |
84 | atomic_t remaining; /* 'have we finished' count, | 82 | atomic_t remaining; /* 'have we finished' count, |
85 | * used from IRQ handlers | 83 | * used from IRQ handlers |
86 | */ | 84 | */ |