Re: [PATCH 3/6] block: open code __generic_file_write_iter for blkdev writes

From: Hannes Reinecke
Date: Tue Aug 01 2023 - 13:48:47 EST


On 8/1/23 19:21, Christoph Hellwig wrote:
Open code __generic_file_write_iter to remove the indirect call into
->direct_IO and to prepare using the iomap based write code.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
block/fops.c | 45 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 43 insertions(+), 2 deletions(-)

Reviewed-by: Hannes Reinecke <hare@xxxxxxx>

Cheers,

Hannes