diff --git a/[refs] b/[refs] index 8150968af40e..db7b0e44dc0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 64d01dc9e1927e6535627d73f2336c75d1dd3fe2 +refs/heads/master: ba744d5e290055d171c68067259fcc1e2721f542 diff --git a/trunk/include/linux/bio.h b/trunk/include/linux/bio.h index cf132bfbbacf..3ed714eb54d9 100644 --- a/trunk/include/linux/bio.h +++ b/trunk/include/linux/bio.h @@ -90,10 +90,11 @@ struct bio { unsigned int bi_comp_cpu; /* completion CPU */ + atomic_t bi_cnt; /* pin count */ + struct bio_vec *bi_io_vec; /* the actual vec list */ bio_end_io_t *bi_end_io; - atomic_t bi_cnt; /* pin count */ void *bi_private; #if defined(CONFIG_BLK_DEV_INTEGRITY)