diff options
Diffstat (limited to 'drivers/isdn/capi/capifs.c')
-rw-r--r-- | drivers/isdn/capi/capifs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/isdn/capi/capifs.c b/drivers/isdn/capi/capifs.c index 0a37aded4b54..9ea6bd0ddc35 100644 --- a/drivers/isdn/capi/capifs.c +++ b/drivers/isdn/capi/capifs.c | |||
@@ -121,10 +121,10 @@ fail: | |||
121 | return -ENOMEM; | 121 | return -ENOMEM; |
122 | } | 122 | } |
123 | 123 | ||
124 | static struct super_block *capifs_get_sb(struct file_system_type *fs_type, | 124 | static int capifs_get_sb(struct file_system_type *fs_type, |
125 | int flags, const char *dev_name, void *data) | 125 | int flags, const char *dev_name, void *data, struct vfsmount *mnt) |
126 | { | 126 | { |
127 | return get_sb_single(fs_type, flags, data, capifs_fill_super); | 127 | return get_sb_single(fs_type, flags, data, capifs_fill_super, mnt); |
128 | } | 128 | } |
129 | 129 | ||
130 | static struct file_system_type capifs_fs_type = { | 130 | static struct file_system_type capifs_fs_type = { |