On Tue, Jul 30, 2024 at 01:16:01AM GMT, viro@xxxxxxxxxx wrote: > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > Irregularity here is fdput() not in the same scope as fdget(); we could > just lift it out vmsplice_type() in vmsplice(2), but there's no much > point keeping vmsplice_type() separate after that... > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>