]> bbs.cooldavid.org Git - net-next-2.6.git/commit
rmap: make anon_vma_chain_free() static
authorNamhyung Kim <namhyung@gmail.com>
Tue, 26 Oct 2010 21:22:02 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:10 +0000 (16:52 -0700)
commite574b5fd20027b422aa80790f710d695699b4fba
tree0aca49bb6fde5c30e74546a6cb97befa00d613ad
parente9a81a821d7f9c5d899cc3acdeafbd884c2c48bb
rmap: make anon_vma_chain_free() static

Make anon_vma_chain_free() static.  It is called only in rmap.c and the
corresponding alloc function is already static.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/rmap.c