diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-05-11 08:44:27 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-05-11 08:44:31 -0400 |
| commit | 41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51 (patch) | |
| tree | 51c50bcb67a5039448ddfa1869d7948cab1217e9 /kernel/futex.c | |
| parent | 19c1a6f5764d787113fa323ffb18be7991208f82 (diff) | |
| parent | 091bf7624d1c90cec9e578a18529f615213ff847 (diff) | |
Merge commit 'v2.6.30-rc5' into core/iommu
Merge reason: core/iommu was on an .30-rc1 base,
update it to .30-rc5 to refresh.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/futex.c')
| -rw-r--r-- | kernel/futex.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index 6b50a024bca2..eef8cd26b5e5 100644 --- a/kernel/futex.c +++ b/kernel/futex.c | |||
| @@ -883,7 +883,12 @@ retry_private: | |||
| 883 | out_unlock: | 883 | out_unlock: |
| 884 | double_unlock_hb(hb1, hb2); | 884 | double_unlock_hb(hb1, hb2); |
| 885 | 885 | ||
| 886 | /* drop_futex_key_refs() must be called outside the spinlocks. */ | 886 | /* |
| 887 | * drop_futex_key_refs() must be called outside the spinlocks. During | ||
| 888 | * the requeue we moved futex_q's from the hash bucket at key1 to the | ||
| 889 | * one at key2 and updated their key pointer. We no longer need to | ||
| 890 | * hold the references to key1. | ||
| 891 | */ | ||
| 887 | while (--drop_count >= 0) | 892 | while (--drop_count >= 0) |
| 888 | drop_futex_key_refs(&key1); | 893 | drop_futex_key_refs(&key1); |
| 889 | 894 | ||
