On Thu, Apr 06, 2023 at 04:40:57PM +0200, Christoph Hellwig wrote: > __zram_bvec_write only extracts the page from __zram_bvec_write and > always expects a full page of input. Pass the page directly instead > of the bvec and rename the function to zram_write_page. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx>