Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_pr…
…oxy_trylock_atomic() 'top_waiter' is assigned unconditionally before first use, so it does not need an initialization. [ mingo: Created legible changelog. ] Signed-off-by: Li zeming <zeming@nfschina.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20230725195047.3106-1-zeming@nfschina.com
- Loading branch information