Re: [PATCH] rseq: Delete duplicate if statement in rseq_virt_userspace_exit()
From: Thomas Gleixner
Date: Tue Nov 18 2025 - 09:58:32 EST
On Tue, Nov 18 2025 at 13:52, Dan Carpenter wrote:
> This if statement is indented weirdly. It's a duplicate and doesn't
> affect runtime (beyond wasting a little time). Delete it.
It's actually optimized out by the compiler in both cases, but yes
that's an odd one and likely a reject fixup artifact.
Thanks for detecting it!