mm: mmu_notifier: make the mmu_notifier srcu static
authorAndrea Arcangeli <aarcange@redhat.com>
Mon, 8 Oct 2012 23:31:52 +0000 (16:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <aarcange@redhat.com>
Cc: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Cc: Sagi Grimberg <sagig@mellanox.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmu_notifier.c