From ca60f93f5dbc7072b41402e1ad9b7c4c443fead5 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 18 Oct 2007 23:39:11 -0700 Subject: [PATCH] --- yaml --- r: 71383 b: refs/heads/master c: c18479fe017b9d3b65b7682f2b9e711389441186 h: refs/heads/master i: 71381: 98c9436a4de980a89eac93f58123399bc84d75c9 71379: faa6ac86281b32213616bbc646ece569458fab33 71375: 0e3d7bb00565a50f82705061e0dbdd22665f9964 v: v3 --- [refs] | 2 +- trunk/fs/super.c | 4 ---- trunk/include/linux/fs.h | 2 ++ 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index a00cd7a86f78..c0f74b529db2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50899561aa15b9227009ae40e58852c32fc81944 +refs/heads/master: c18479fe017b9d3b65b7682f2b9e711389441186 diff --git a/trunk/fs/super.c b/trunk/fs/super.c index 1bfcca2104be..d62629c6c0cb 100644 --- a/trunk/fs/super.c +++ b/trunk/fs/super.c @@ -40,10 +40,6 @@ #include -void get_filesystem(struct file_system_type *fs); -void put_filesystem(struct file_system_type *fs); -struct file_system_type *get_fs_type(const char *name); - LIST_HEAD(super_blocks); DEFINE_SPINLOCK(sb_lock); diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 6a4d170ad9a5..3efff12049c6 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -1922,6 +1922,8 @@ extern int vfs_fstat(unsigned int, struct kstat *); extern int vfs_ioctl(struct file *, unsigned int, unsigned int, unsigned long); +extern void get_filesystem(struct file_system_type *fs); +extern void put_filesystem(struct file_system_type *fs); extern struct file_system_type *get_fs_type(const char *name); extern struct super_block *get_super(struct block_device *); extern struct super_block *user_get_super(dev_t);