aboutsummaryrefslogtreecommitdiffstats
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 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
16typedef struct r10bio_s r10bio_t;
17
18struct r10_private_data_s { 16struct 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
83struct r10bio_s { 81struct 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 */