On Mon, Aug 12, 2024 at 07:44:22AM GMT, Al Viro wrote: > when given a max_fds argument lower than that current size (that > can happen when called from close_range(..., CLOSE_RANGE_UNSHARE)), > we can ignore all descriptors >= max_fds. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>