Re: [PATCH v4 09/12] block: Rework bio_pair_split()

2012-07-25 Thread Boaz Harrosh
On 07/24/2012 11:11 PM, Kent Overstreet wrote: > This changes bio_pair_split() to use the new bio_split() underneath, > which gets rid of the single page bio limitation. The various callers > are fixed up for the slightly different struct bio_pair, and to remove > the unnecessary checks. > >

Re: [PATCH v4 09/12] block: Rework bio_pair_split()

2012-07-25 Thread Boaz Harrosh
On 07/24/2012 11:11 PM, Kent Overstreet wrote: This changes bio_pair_split() to use the new bio_split() underneath, which gets rid of the single page bio limitation. The various callers are fixed up for the slightly different struct bio_pair, and to remove the unnecessary checks.

[PATCH v4 09/12] block: Rework bio_pair_split()

2012-07-24 Thread Kent Overstreet
This changes bio_pair_split() to use the new bio_split() underneath, which gets rid of the single page bio limitation. The various callers are fixed up for the slightly different struct bio_pair, and to remove the unnecessary checks. Signed-off-by: Kent Overstreet ---

[PATCH v4 09/12] block: Rework bio_pair_split()

2012-07-24 Thread Kent Overstreet
This changes bio_pair_split() to use the new bio_split() underneath, which gets rid of the single page bio limitation. The various callers are fixed up for the slightly different struct bio_pair, and to remove the unnecessary checks. Signed-off-by: Kent Overstreet koverstr...@google.com ---