Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split

From: Christoph Hellwig
Date: Wed Nov 21 2018 - 12:46:26 EST


Actually..

I think we can kill this code entirely. If we look at what the
clustering setting is really about it is to avoid ever merging a
segement that spans a page boundary. And we should be able to do
that with something like this before your series:

---