From 8b0dab2d4b5fb140c4f62cdef54110429bac9a70 Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Wed, 3 Dec 2008 12:41:40 +0100 Subject: [PATCH] --- yaml --- r: 123285 b: refs/heads/master c: ba744d5e290055d171c68067259fcc1e2721f542 h: refs/heads/master i: 123283: 483ca709bc2a8192df0f8042dfc4651a9f6fce6b v: v3 --- [refs] | 2 +- trunk/include/linux/bio.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)