this fixes the parameters on get_sb_nodev call
--
www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers
--- unionfs-20060318-2334/main.c 2006-03-19 12:34:35.000000000 +0800
+++ unionfs-20060318-2334-rms/main.c 2006-03-19 15:56:40.000000000 +0800
@@ -709,11 +709,11 @@
return err;
}
-static struct super_block *unionfs_get_sb(struct file_system_type *fs_type,
+static int unionfs_get_sb(struct file_system_type *fs_type,
int flags, const char *dev_name,
- void *raw_data)
+ void *raw_data, struct vfsmount * mnt)
{
- return get_sb_nodev(fs_type, flags, raw_data, unionfs_read_super);
+ return get_sb_nodev(fs_type, flags, raw_data, unionfs_read_super, mnt);
}
void unionfs_kill_block_super(struct super_block *sb)
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs