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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment