diff options
author | 2013-03-24 21:38:59 -0600 | |
---|---|---|
committer | 2013-03-24 21:38:59 -0600 | |
commit | 705cd0ea1cde2ce9225f1485c5a32c5841cacc5f (patch) | |
tree | 72bc2c5eded0e04fc5e70ca2bd6df93a2e264112 /fs/buffer.c | |
parent | block: implement runtime pm strategy (diff) | |
parent | bio-integrity: Add explicit field for owner of bip_buf (diff) | |
download | linux-rng-705cd0ea1cde2ce9225f1485c5a32c5841cacc5f.tar.xz linux-rng-705cd0ea1cde2ce9225f1485c5a32c5841cacc5f.zip |
Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for-3.10/core
This contains Kents prep work for the immutable bio_vecs.
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index b4dcb34c9635..ecd3792ae0e9 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -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; |