commit | 70400303ce0c4ced3139499c676d5c79636b0c72 | [log] [tgz] |
---|---|---|
author | Andrea Arcangeli <[email protected]> | Mon Oct 08 16:31:52 2012 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Oct 09 16:22:43 2012 +0900 |
tree | c9203f4dad6d1147739c264c24cfea625b1ff026 | |
parent | 1e8537baacd59e96bbe5f8d3d32feafd11f509fe [diff] |
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]>