Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
futex: Replace pointless printk in fixup_owner()
If that unexpected case of inconsistent arguments ever happens then the futex state is left completely inconsistent and the printk is not really helpful. Replace it with a warning and make the state consistent. Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Cc: [email protected]
- Loading branch information