On Tue, Jul 30, 2024 at 01:16:11AM GMT, viro@xxxxxxxxxx wrote: > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > fdput() can be transposed with add_{r,w}char() and inc_sysc{r,w}(); > it's the same story as with do_readv()/do_writev(), only with > fdput() instead of fdput_pos(). > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>