diff options
Diffstat (limited to 'mm/page_io.c')
-rw-r--r-- | mm/page_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_io.c b/mm/page_io.c index 78eee32ee486..8d3c0c088105 100644 --- a/mm/page_io.c +++ b/mm/page_io.c | |||
@@ -35,7 +35,6 @@ static struct bio *get_swap_bio(gfp_t gfp_flags, | |||
35 | bio->bi_io_vec[0].bv_len = PAGE_SIZE; | 35 | bio->bi_io_vec[0].bv_len = PAGE_SIZE; |
36 | bio->bi_io_vec[0].bv_offset = 0; | 36 | bio->bi_io_vec[0].bv_offset = 0; |
37 | bio->bi_vcnt = 1; | 37 | bio->bi_vcnt = 1; |
38 | bio->bi_idx = 0; | ||
39 | bio->bi_size = PAGE_SIZE; | 38 | bio->bi_size = PAGE_SIZE; |
40 | bio->bi_end_io = end_io; | 39 | bio->bi_end_io = end_io; |
41 | } | 40 | } |