commit | 5095ae83759f035c823fb375c6ed2de99c81d5ec | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hughd@google.com> | Thu Jan 12 17:19:58 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 12 20:13:10 2012 -0800 |
tree | 478eb973da4fe6461cd749136a5f62bd96a0ac21 | |
parent | 2bcf887963812c075f80a14e1fad8ec7e1c67acf [diff] |
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>