diff options
Diffstat (limited to 'mm/mmap.c')
-rw-r--r-- | mm/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2593,7 +2593,7 @@ static void vm_unlock_anon_vma(struct anon_vma *anon_vma) | |||
2593 | if (!__test_and_clear_bit(0, (unsigned long *) | 2593 | if (!__test_and_clear_bit(0, (unsigned long *) |
2594 | &anon_vma->head.next)) | 2594 | &anon_vma->head.next)) |
2595 | BUG(); | 2595 | BUG(); |
2596 | spin_unlock(&anon_vma->lock); | 2596 | anon_vma_unlock(anon_vma); |
2597 | } | 2597 | } |
2598 | } | 2598 | } |
2599 | 2599 | ||