Re: [PATCH v6 8/8] block: mark BIO_MAX_SIZE as obsolete

2016-05-31 Thread Jens Axboe
On 05/30/2016 07:34 AM, Ming Lei wrote: Some in-tree drivers may use big bio which size is more than BIO_MAX_SIZE, also the macro is seldom used in tree. So mark it as obsolete now, and it doesn't make sense after multipage bvec is introduced. Is it used in the tree after the patchset? If not,

[PATCH v6 8/8] block: mark BIO_MAX_SIZE as obsolete

2016-05-30 Thread Ming Lei
Some in-tree drivers may use big bio which size is more than BIO_MAX_SIZE, also the macro is seldom used in tree. So mark it as obsolete now, and it doesn't make sense after multipage bvec is introduced. Signed-off-by: Ming Lei --- include/linux/bio.h | 7 +++ 1 file changed, 7 insertions(+