Re: [PATCH v4 1/2] block: Reorder struct bio_set

2012-10-18 Thread Tejun Heo
On Mon, Oct 15, 2012 at 01:08:59PM -0700, Kent Overstreet wrote: > This is prep work for the next patch, which embeds a struct bio_list in > struct bio_set. > > Signed-off-by: Kent Overstreet > CC: Jens Axboe Acked-by: Tejun Heo Thanks. -- tejun -- To unsubscribe from this list: send the li

[PATCH v4 1/2] block: Reorder struct bio_set

2012-10-15 Thread Kent Overstreet
This is prep work for the next patch, which embeds a struct bio_list in struct bio_set. Signed-off-by: Kent Overstreet CC: Jens Axboe --- include/linux/bio.h | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/include/linux