]> err.no Git - linux-2.6/blobdiff - fs/autofs4/init.c
[PATCH] ext3_clear_inode(): avoid kfree(NULL)
[linux-2.6] / fs / autofs4 / init.c
index acecec8578ce9e08d4e9998405ab4d74778d3be1..5d9193332bef1b9eac190d80fb0fa5f97ff28f8a 100644 (file)
 #include <linux/init.h>
 #include "autofs_i.h"
 
-static struct super_block *autofs_get_sb(struct file_system_type *fs_type,
-       int flags, const char *dev_name, void *data)
+static int autofs_get_sb(struct file_system_type *fs_type,
+       int flags, const char *dev_name, void *data, struct vfsmount *mnt)
 {
-       return get_sb_nodev(fs_type, flags, data, autofs4_fill_super);
+       return get_sb_nodev(fs_type, flags, data, autofs4_fill_super, mnt);
 }
 
 static struct file_system_type autofs_fs_type = {