]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 6 Mar 2013 03:24:12 +0000 (03:24 +0000)
commit3d2b066c9254c7f03bdc2e8fb1714ed865947b40
tree88012557cbffc3207319437f4d4050b2792c8690
parent80da2799fe53edf15fd33f19ebd32c57d645bbb6
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: Ben Hutchings <ben@decadent.org.uk>
mm/mmu_notifier.c