On Tue, Jul 30, 2024 at 01:16:10AM GMT, viro@xxxxxxxxxx wrote: > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > all failure exits prior to fdget() leave the scope, all matching fdput() > are immediately followed by leaving the scope. > > [trivial conflicts in fs/fsopen.c and kernel/bpf/syscall.c] > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>