Re: [PATCH] vfs: use helpers for calling f_op->{read,write}_iter() in read_write.c

From: Matthew Wilcox
Date: Mon Aug 28 2023 - 08:20:05 EST


On Mon, Aug 28, 2023 at 05:00:36AM -0700, Christoph Hellwig wrote:
> On Mon, Aug 28, 2023 at 11:50:56PM +0800, Kemeng Shi wrote:
> > use helpers for calling f_op->{read,write}_iter() in read_write.c
> >
>
> Why? We really should just remove the completely pointless wrappers
> instead.

Agreed.