]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/buffer.c
block: Remove bi_idx references
[karo-tx-linux.git] / fs / buffer.c
index b4dcb34c9635ae61b747bb9d4816477a49a8d90a..ecd3792ae0e9f886429cace691d68d8284662741 100644 (file)
@@ -2979,7 +2979,6 @@ int submit_bh(int rw, struct buffer_head * bh)
        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;