Commit b097d5e
committed
futex: Get rid of the val2 conditional dance
There is no point in checking which FUTEX operand treats the utime pointer
as 'val2' argument because that argument to do_futex() is only used by
exactly these operands.
So just handing it in unconditionally is not making any difference, but
removes a lot of pointless gunk.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210422194705.125957049@linutronix.de1 parent cdf78db commit b097d5e
1 file changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3764 | 3764 | | |
3765 | 3765 | | |
3766 | 3766 | | |
3767 | | - | |
3768 | 3767 | | |
3769 | 3768 | | |
3770 | 3769 | | |
| |||
3784 | 3783 | | |
3785 | 3784 | | |
3786 | 3785 | | |
3787 | | - | |
3788 | | - | |
3789 | | - | |
3790 | | - | |
3791 | | - | |
3792 | | - | |
3793 | | - | |
3794 | 3786 | | |
3795 | | - | |
| 3787 | + | |
3796 | 3788 | | |
3797 | 3789 | | |
3798 | 3790 | | |
| |||
3960 | 3952 | | |
3961 | 3953 | | |
3962 | 3954 | | |
3963 | | - | |
3964 | 3955 | | |
3965 | 3956 | | |
3966 | 3957 | | |
| |||
3978 | 3969 | | |
3979 | 3970 | | |
3980 | 3971 | | |
3981 | | - | |
3982 | | - | |
3983 | | - | |
3984 | 3972 | | |
3985 | | - | |
| 3973 | + | |
3986 | 3974 | | |
3987 | 3975 | | |
3988 | 3976 | | |
| |||
0 commit comments