diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-07-24 17:48:30 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-29 04:16:28 -0400 |
commit | fc14f2fef682df677d64a145256dbd263df2aa7b (patch) | |
tree | 74f6b939fbad959a43c04ec646cd0adc8af5f53a /include/linux/fs.h | |
parent | 848b83a59b772b8f102bc5e3f1187c2fa5676959 (diff) |
convert get_sb_single() users
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2fab5a24ca51..0aa2f1202afa 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1799,6 +1799,9 @@ extern int get_sb_bdev(struct file_system_type *fs_type, | |||
1799 | int flags, const char *dev_name, void *data, | 1799 | int flags, const char *dev_name, void *data, |
1800 | int (*fill_super)(struct super_block *, void *, int), | 1800 | int (*fill_super)(struct super_block *, void *, int), |
1801 | struct vfsmount *mnt); | 1801 | struct vfsmount *mnt); |
1802 | extern struct dentry *mount_single(struct file_system_type *fs_type, | ||
1803 | int flags, void *data, | ||
1804 | int (*fill_super)(struct super_block *, void *, int)); | ||
1802 | extern int get_sb_single(struct file_system_type *fs_type, | 1805 | extern int get_sb_single(struct file_system_type *fs_type, |
1803 | int flags, void *data, | 1806 | int flags, void *data, |
1804 | int (*fill_super)(struct super_block *, void *, int), | 1807 | int (*fill_super)(struct super_block *, void *, int), |