On Tue, Jul 30, 2024 at 01:16:20AM GMT, viro@xxxxxxxxxx wrote: > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > lift setting ->revents into the caller, so that failure exits (including > the early one) would be plain returns. > > We need the scope of our struct fd to end before the store to ->revents, > since that's shared with the failure exits prior to the point where we > can do fdget(). > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>