diff options
Diffstat (limited to 'drivers/md/raid1.h')
-rw-r--r-- | drivers/md/raid1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid1.h b/drivers/md/raid1.h index f81360d49af4..b7885474e96c 100644 --- a/drivers/md/raid1.h +++ b/drivers/md/raid1.h | |||
@@ -101,7 +101,7 @@ struct r1bio_s { | |||
101 | 101 | ||
102 | struct list_head retry_list; | 102 | struct list_head retry_list; |
103 | /* Next two are only valid when R1BIO_BehindIO is set */ | 103 | /* Next two are only valid when R1BIO_BehindIO is set */ |
104 | struct page **behind_pages; | 104 | struct bio_vec *behind_bvecs; |
105 | int behind_page_count; | 105 | int behind_page_count; |
106 | /* | 106 | /* |
107 | * if the IO is in WRITE direction, then multiple bios are used. | 107 | * if the IO is in WRITE direction, then multiple bios are used. |