]> git.baikalelectronics.ru Git - kernel.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)
commit131dc541319faf83862861ff2de82e5d35df583a
treec9b91ace1405487a7a939229620d415461c76124
parent59230bd85dbc92a8c52b15cbde5db753bb2bc214
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