[Unionfs] patch for 2.6.16-rc6-mm1

Rogelio Serrano rogelio.serrano at gmail.com
Sun Mar 19 03:34:58 EST 2006


this fixes the parameters on get_sb_nodev call

--
www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers
-------------- next part --------------
--- 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)


More information about the unionfs mailing list