commit | 38e23c95f92a84fb8505a9f572b8a209c9c372c1 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Thu Apr 09 20:17:52 2009 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 20 23:02:52 2009 -0400 |
tree | 3caa1061a8c6a831935ce3fa7209cc2db1ea3e0d | |
parent | 2eae7a1874ca5be3232765d89e0250a449f1bc90 [diff] |
fs: Mark get_filesystem_list() as __init function. "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>