On (23/04/06 15:18), Andrew Morton wrote: > Instead of having an outer loop in __zram_make_request and then branch out > for reads vs writes for each loop iteration in zram_bvec_rw, split the > main handler into separat zram_bio_read and zram_bio_write handlers that > also include the functionality formerly in zram_bvec_rw. > > Link: https://lkml.kernel.org/r/20230406144102.149231-7-hch@xxxxxx > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Acked-by: Minchan Kim <minchan@xxxxxxxxxx> > Cc: Jens Axboe <axboe@xxxxxxxxx> > Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>