diff options
Diffstat (limited to 'drivers/misc/ibmasm/ibmasmfs.c')
-rw-r--r-- | drivers/misc/ibmasm/ibmasmfs.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/misc/ibmasm/ibmasmfs.c b/drivers/misc/ibmasm/ibmasmfs.c index 26a230b6ff80..4a35caff5d02 100644 --- a/drivers/misc/ibmasm/ibmasmfs.c +++ b/drivers/misc/ibmasm/ibmasmfs.c | |||
@@ -90,10 +90,11 @@ static void ibmasmfs_create_files (struct super_block *sb, struct dentry *root); | |||
90 | static int ibmasmfs_fill_super (struct super_block *sb, void *data, int silent); | 90 | static int ibmasmfs_fill_super (struct super_block *sb, void *data, int silent); |
91 | 91 | ||
92 | 92 | ||
93 | static struct super_block *ibmasmfs_get_super(struct file_system_type *fst, | 93 | static int ibmasmfs_get_super(struct file_system_type *fst, |
94 | int flags, const char *name, void *data) | 94 | int flags, const char *name, void *data, |
95 | struct vfsmount *mnt) | ||
95 | { | 96 | { |
96 | return get_sb_single(fst, flags, data, ibmasmfs_fill_super); | 97 | return get_sb_single(fst, flags, data, ibmasmfs_fill_super, mnt); |
97 | } | 98 | } |
98 | 99 | ||
99 | static struct super_operations ibmasmfs_s_ops = { | 100 | static struct super_operations ibmasmfs_s_ops = { |