]> git.karo-electronics.de Git - mv-sheeva.git/commit
mm: fewer underscores in ____pagevec_lru_add
authorHugh Dickins <hughd@google.com>
Fri, 13 Jan 2012 01:19:58 +0000 (17:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jan 2012 04:13:10 +0000 (20:13 -0800)
commit5095ae83759f035c823fb375c6ed2de99c81d5ec
tree478eb973da4fe6461cd749136a5f62bd96a0ac21
parent2bcf887963812c075f80a14e1fad8ec7e1c67acf
mm: fewer underscores in ____pagevec_lru_add

What's so special about ____pagevec_lru_add() that it needs four leading
underscores?  Nothing, it just helped to distinguish from
__pagevec_lru_add() in 2.6.28 development.  Cut two leading underscores.

Signed-off-by: Hugh Dickins <hughd@google.com>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pagevec.h
mm/swap.c