From 52fc32674cb43ec28e94aebca3f28468ae9b666b Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Thu, 9 Apr 2009 20:17:52 +0900 Subject: [PATCH] --- yaml --- r: 143778 b: refs/heads/master c: 38e23c95f92a84fb8505a9f572b8a209c9c372c1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/filesystems.c | 2 +- trunk/include/linux/fs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 28f474393898..5a200f9751c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2eae7a1874ca5be3232765d89e0250a449f1bc90 +refs/heads/master: 38e23c95f92a84fb8505a9f572b8a209c9c372c1 diff --git a/trunk/fs/filesystems.c b/trunk/fs/filesystems.c index 1aa70260e6d1..a24c58e181db 100644 --- a/trunk/fs/filesystems.c +++ b/trunk/fs/filesystems.c @@ -199,7 +199,7 @@ SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) return retval; } -int get_filesystem_list(char * buf) +int __init get_filesystem_list(char *buf) { int len = 0; struct file_system_type * tmp; diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 8f42b35a7565..5bed436f4353 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/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 */