On Tue, Feb 22, 2022 at 07:47:59PM +0000, Matthew Wilcox wrote: > We can extract both the file pointer and the pos from the iocb. > This simplifies each caller as well as allowing generic_perform_write() > to see more of the iocb contents in the future. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > --- Nice simplification, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>