[PATCH 3/6] ps3disk: replace flush_kernel_dcache_page with flush_dcache_page
Geoff Levand
geoff at infradead.org
Sun Jul 18 20:07:06 PDT 2021
Hi Christoph,
On 7/11/21 11:09 PM, Christoph Hellwig wrote:
> +++ b/drivers/block/ps3disk.c
> offset += size;
> - flush_kernel_dcache_page(bvec.bv_page);
> + flush_dcache_page(bvec.bv_page);
> bvec_kunmap_irq(buf, &flags);
I tested your series applied to v5.14-rc1 on the PS3
and it seems to be working OK.
Tested-by: Geoff Levand <geoff at infradead.org>
More information about the linux-arm-kernel
mailing list