On Tue, Jul 30, 2024 at 01:16:09AM GMT, viro@xxxxxxxxxx wrote: > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > fdget() is the first thing done in scope, all matching fdput() are > immediately followed by leaving the scope. > > [conflict in fs/fhandle.c and a trival one in kernel/bpf/syscall.c] > [conflict in fs/xattr.c] > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>