Re: [dm-devel] [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c

2020-06-29 Thread Johannes Thumshirn
On 27/06/2020 09:33, Christoph Hellwig wrote: > bio_associate_blkg_from_page is a special purpose helper for swap bios 'for swapping' or 'to swap' I think. Otherwise, Reviewed-by: Johannes Thumshirn -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

Re: [dm-devel] [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c

2020-06-29 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

[dm-devel] [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c

2020-06-27 Thread Christoph Hellwig
bio_associate_blkg_from_page is a special purpose helper for swap bios that doesn't need access to bio internals. Move it to the swap code instead of having it in bio.c. Signed-off-by: Christoph Hellwig --- block/bio.c | 26 -- include/linux/bio.h | 7 ---