git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eae7a1
)
fs: Mark get_filesystem_list() as __init function.
author
Tetsuo Handa
<penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 9 Apr 2009 11:17:52 +0000
(20:17 +0900)
committer
Al 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