diff options
author | Adrian Bunk | 2008-02-06 10:36:47 +0100 |
---|---|---|
committer | Linus Torvalds | 2008-02-06 19:41:02 +0100 |
commit | 011e3fcd1e1f14ef54db30b93404ab7caa726477 (patch) | |
tree | 2d8b5dc618f370cb8f2aafd16f15e324fca872bb /include | |
parent | kernel/notifier.c should #include <linux/reboot.h> (diff) | |
download | kernel-qcow2-linux-011e3fcd1e1f14ef54db30b93404ab7caa726477.tar.gz kernel-qcow2-linux-011e3fcd1e1f14ef54db30b93404ab7caa726477.tar.xz kernel-qcow2-linux-011e3fcd1e1f14ef54db30b93404ab7caa726477.zip |
proper prototype for get_filesystem_list()
Ad a proper prototype for migration_init() in include/linux/fs.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 56bd421c1208..ed289a9c5ccb 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2113,6 +2113,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); #endif /* __KERNEL__ */ #endif /* _LINUX_FS_H */ |