Merge tag 'ntb-bugfixes-3.10' of git://github.com/jonmason/ntb
[cascardo/linux.git] / fs / buffer.c
index bc1fe14..d2a4d1b 100644 (file)
@@ -2977,7 +2977,6 @@ int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags)
        bio->bi_io_vec[0].bv_offset = bh_offset(bh);
 
        bio->bi_vcnt = 1;
-       bio->bi_idx = 0;
        bio->bi_size = bh->b_size;
 
        bio->bi_end_io = end_bio_bh_io_sync;