summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2009-04-09 11:17:52 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2009-04-21 03:02:52 (GMT)
commit38e23c95f92a84fb8505a9f572b8a209c9c372c1 (patch)
tree3caa1061a8c6a831935ce3fa7209cc2db1ea3e0d /include/linux
parent2eae7a1874ca5be3232765d89e0250a449f1bc90 (diff)
downloadlinux-fsl-qoriq-38e23c95f92a84fb8505a9f572b8a209c9c372c1.tar.xz
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>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 8f42b35..5bed436 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2448,7 +2448,7 @@ struct ctl_table;
int proc_nr_files(struct ctl_table *table, int write, struct file *filp,
void __user *buffer, size_t *lenp, loff_t *ppos);
-int get_filesystem_list(char * buf);
+int __init get_filesystem_list(char *buf);
#endif /* __KERNEL__ */
#endif /* _LINUX_FS_H */