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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 14:32:24 +0000 (06:32 -0800)
commitd98f0eb2ac95485b0fce8f14f77f1482ce293948
treec9bd5f4a2600cfe24ddf838d55f6ae8d2b5b3d49
parented5ac19078a65a66008f9bef0037b56828349b5b
mm: mmu_notifier: make the mmu_notifier srcu static

commit 70400303ce0c4ced3139499c676d5c79636b0c72 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/mmu_notifier.c