Re: [PATCH v5 10/11] block: remove bio_get_nr_vecs()

2015-07-07 Thread Steven Whitehouse
Hi, On 06/07/15 18:21, Ming Lin wrote: On Mon, Jul 6, 2015 at 3:58 AM, Steven Whitehouse wrote: Hi, On 06/07/15 08:44, Ming Lin wrote: From: Kent Overstreet We can always fill up the bio now, no need to estimate the possible size based on queue parameters. [snip] diff --git a/fs/gfs2/lo

Re: [PATCH v5 10/11] block: remove bio_get_nr_vecs()

2015-07-06 Thread Ming Lin
On Mon, Jul 6, 2015 at 3:58 AM, Steven Whitehouse wrote: > > Hi, > > > On 06/07/15 08:44, Ming Lin wrote: >> >> From: Kent Overstreet >> >> We can always fill up the bio now, no need to estimate the possible >> size based on queue parameters. > > [snip] >> >> diff --git a/fs/gfs2/lops.c b/fs/gfs2

Re: [PATCH v5 10/11] block: remove bio_get_nr_vecs()

2015-07-06 Thread Steven Whitehouse
Hi, On 06/07/15 08:44, Ming Lin wrote: From: Kent Overstreet We can always fill up the bio now, no need to estimate the possible size based on queue parameters. [snip] diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c index 2c1ae86..64d3116 100644 --- a/fs/gfs2/lops.c +++ b/fs/gfs2/lops.c @@ -26

[PATCH v5 10/11] block: remove bio_get_nr_vecs()

2015-07-06 Thread Ming Lin
From: Kent Overstreet We can always fill up the bio now, no need to estimate the possible size based on queue parameters. Signed-off-by: Kent Overstreet [hch: rebased and wrote a changelog] Signed-off-by: Christoph Hellwig Signed-off-by: Ming Lin --- block/bio.c| 23 -

[PATCH v5 10/11] block: remove bio_get_nr_vecs()

2015-07-06 Thread mlin
From: Kent Overstreet We can always fill up the bio now, no need to estimate the possible size based on queue parameters. Signed-off-by: Kent Overstreet [hch: rebased and wrote a changelog] Signed-off-by: Christoph Hellwig Signed-off-by: Ming Lin --- block/bio.c| 23 -