On 7/5/24 6:32 AM, Christoph Hellwig wrote: > Work on a single address to simplify the logic, and prepare the callers > from using better helpers. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > block/blk-merge.c | 27 ++++++++++++--------------- > 1 file changed, 12 insertions(+), 15 deletions(-) > > diff --git a/block/blk-merge.c b/block/blk-merge.c > index cff20bcc0252a7..b1e1b7a6933511 100644 > --- a/block/blk-merge.c > +++ b/block/blk-merge.c > @@ -207,25 +207,24 @@ static inline unsigned get_max_io_size(struct bio *bio, > } > > /** > - * get_max_segment_size() - maximum number of bytes to add as a single segment > + * get_max_segment_size() - maximum number of bytes to add to a single segment v1 had this change too, not sure why? The previous description seems better than the changed one. -- Jens Axboe