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:59:00 +0000 (06:59 -0800)
commitd0730c2bf33c1cdab392f88013be6b5ebacf0f29
treee077ff276de128de50cb464cad3a591f1a11b270
parent4209ee0d3f7992af3903b5f9a3359f6d2f597c4b
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