Skip to content
Commit 22299339 authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

futex: Remove pointless mmgrap() + mmdrop()



We always set 'key->private.mm' to 'current->mm', getting an extra
reference on 'current->mm' is quite pointless, because as long as the
task is blocked it isn't going to go away.

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
parent 3867913c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment