diff options
Diffstat (limited to 'fs/qnx4/inode.c')
-rw-r--r-- | fs/qnx4/inode.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c index 2ecd46f85e9f..e6cca5cd4b44 100644 --- a/fs/qnx4/inode.c +++ b/fs/qnx4/inode.c | |||
@@ -561,10 +561,11 @@ static void destroy_inodecache(void) | |||
561 | "qnx4_inode_cache: not all structures were freed\n"); | 561 | "qnx4_inode_cache: not all structures were freed\n"); |
562 | } | 562 | } |
563 | 563 | ||
564 | static struct super_block *qnx4_get_sb(struct file_system_type *fs_type, | 564 | static int qnx4_get_sb(struct file_system_type *fs_type, |
565 | int flags, const char *dev_name, void *data) | 565 | int flags, const char *dev_name, void *data, struct vfsmount *mnt) |
566 | { | 566 | { |
567 | return get_sb_bdev(fs_type, flags, dev_name, data, qnx4_fill_super); | 567 | return get_sb_bdev(fs_type, flags, dev_name, data, qnx4_fill_super, |
568 | mnt); | ||
568 | } | 569 | } |
569 | 570 | ||
570 | static struct file_system_type qnx4_fs_type = { | 571 | static struct file_system_type qnx4_fs_type = { |