On Wed, Apr 19, 2023 at 7:11 AM Johannes Thumshirn <jth@xxxxxxxxxx> wrote: > > From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx> > > Check if adding pages to resync bio fails and if bail out. > > As the comment above suggests this cannot happen, WARN if it actually > happens. > > This way we can mark bio_add_pages as __must_check. > > Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx> > Reviewed-by: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> Acked-by: Song Liu <song@xxxxxxxxxx> Thanks!