fs: Mark get_filesystem_list() as __init function.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 9 Apr 2009 11:17:52 +0000 (20:17 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Apr 2009 03:02:52 +0000 (23:02 -0400)
"int get_filesystem_list(char * buf)" is called by only
"static void __init get_fs_names(char *page)".
We can mark get_filesystem_list() as "__init".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found