mm: mmu_notifier: make the mmu_notifier srcu static
authorAndrea Arcangeli <[email protected]>
Mon, 8 Oct 2012 23:31:52 +0000 (16:31 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Oct 2012 07:22:43 +0000 (16:22 +0900)
commit70400303ce0c4ced3139499c676d5c79636b0c72
treec9203f4dad6d1147739c264c24cfea625b1ff026
parent1e8537baacd59e96bbe5f8d3d32feafd11f509fe
mm: mmu_notifier: make the mmu_notifier srcu static

The variable must be static especially given the variable name.

s/RCU/SRCU/ over a few comments.

Signed-off-by: Andrea Arcangeli <[email protected]>
Cc: Xiao Guangrong <[email protected]>
Cc: Sagi Grimberg <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Haggai Eran <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mmu_notifier.c