]> Git Repo - linux.git/commit
mm: convert anon_vma->lock to a mutex
authorPeter Zijlstra <[email protected]>
Wed, 25 May 2011 00:12:11 +0000 (17:12 -0700)
committerLinus Torvalds <[email protected]>
Wed, 25 May 2011 15:39:19 +0000 (08:39 -0700)
commit2b575eb64f7a9c701fb4bfdb12388ac547f6c2b6
tree965739cbf570567a26f1512ae9a9fe35ce1afbed
parent746b18d421da7f27e948e8af1ad82b6d0309324d
mm: convert anon_vma->lock to a mutex

Straightforward conversion of anon_vma->lock to a mutex.

Signed-off-by: Peter Zijlstra <[email protected]>
Acked-by: Hugh Dickins <[email protected]>
Reviewed-by: KOSAKI Motohiro <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: David Miller <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Russell King <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: Jeff Dike <[email protected]>
Cc: Richard Weinberger <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Namhyung Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/huge_mm.h
include/linux/mmu_notifier.h
include/linux/rmap.h
mm/huge_memory.c
mm/mmap.c
mm/rmap.c
This page took 0.059152 seconds and 4 git commands to generate.