]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mm: declare some external symbols
authorNamhyung Kim <namhyung@gmail.com>
Tue, 26 Oct 2010 21:22:03 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:10 +0000 (16:52 -0700)
commit92c09c041f15fc88b35f8628e07639f52e1fbb38
treec9b91ace1405487a7a939229620d415461c76124
parente199b5d1fed13f5e8f47a0ee8216f36244dad1f4
mm: declare some external symbols

Declare 'bdi_pending_list' and 'tag_pages_for_writeback()' to remove
following sparse warnings:

 mm/backing-dev.c:46:1: warning: symbol 'bdi_pending_list' was not declared. Should it be static?
 mm/page-writeback.c:825:6: warning: symbol 'tag_pages_for_writeback' was not declared. Should it be static?

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/backing-dev.h
include/linux/writeback.h