On Sat, Apr 06, 2024 at 06:02:33AM +0100, Al Viro wrote: > From d8c77afeb9912f5eca06f53cbed7fc618c71b46b Mon Sep 17 00:00:00 2001 > From: Miklos Szeredi <mszeredi@xxxxxxxxxx> > Date: Mon, 28 Aug 2023 17:13:18 +0200 > Subject: [PATCH 6/6] remove call_{read,write}_iter() functions > > These have no clear purpose. This is effectively a revert of commit > bb7462b6fd64 ("vfs: use helpers for calling f_op->{read,write}_iter()"). > > The patch was created with the help of a coccinelle script. > > Fixes: bb7462b6fd64 ("vfs: use helpers for calling f_op->{read,write}_iter()") > Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxxxxx> > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Looks good to me, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>