On Tue, Apr 14, 2020 at 09:43:24AM +0000, Johannes Thumshirn wrote: > > -static int __bio_add_pc_page(struct request_queue *q, struct bio *bio, > > +static int bio_add_hw_page(struct request_queue *q, struct bio *bio, > > struct page *page, unsigned int len, unsigned int offset, > > - bool *same_page) > > + unsigned int max_sectors, bool *same_page) > > Should I split that rename into a prep patch and if yes add you as the > author? It is not just a rename but also passing max_sectors explicitly. I'm kinda torn if it is worth a prep patch or not, but then why not..