[PATCH 1/2] block: Reorder struct bio_set

2012-09-07 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

[PATCH 1/2] block: Reorder struct bio_set

2012-09-07 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 koverstr...@google.com CC: Jens Axboe ax...@kernel.dk --- include/linux/bio.h | 66 ++--- 1 file changed, 33 insertions(+), 33