commit | 42d35d48ce7cefb9429880af19d1c329d1554e7a | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhltc@us.ibm.com> | Mon Dec 29 15:49:53 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 30 06:38:15 2008 +0100 |
tree | a8c73b7ffd1e481e3b5152e3142c9feb5f7464a1 | |
parent | b56863630ddbdea6e22df8835f78f0b1da037103 [diff] |
futex: make futex_(get|put)_key() calls symmetric Impact: cleanup This patch makes the calls to futex_get_key_refs() and futex_drop_key_refs() explicitly symmetric by only "putting" keys we successfully "got". Also cleanup a couple return points that didn't "put" after a successful "get". Build and boot tested on an x86_64 system. Signed-off-by: Darren Hart <dvhltc@us.ibm.com> Cc: <stable@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>