diff options
Diffstat (limited to 'drivers/md/md.c')
| -rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 65ddc887dfd7..f883b7e37f3d 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
| @@ -211,7 +211,7 @@ static DEFINE_SPINLOCK(all_mddevs_lock); | |||
| 211 | ) | 211 | ) |
| 212 | 212 | ||
| 213 | 213 | ||
| 214 | static int md_fail_request (request_queue_t *q, struct bio *bio) | 214 | static int md_fail_request (struct request_queue *q, struct bio *bio) |
| 215 | { | 215 | { |
| 216 | bio_io_error(bio, bio->bi_size); | 216 | bio_io_error(bio, bio->bi_size); |
| 217 | return 0; | 217 | return 0; |
