[DRBD-cvs] r1626 - trunk/drbd

svn at svn.drbd.org svn at svn.drbd.org
Wed Nov 3 23:16:18 CET 2004


Author: phil
Date: 2004-11-03 23:16:15 +0100 (Wed, 03 Nov 2004)
New Revision: 1626

Modified:
   trunk/drbd/drbd_sizeof_sanity_check.c
Log:
The module loads by now... (And my UML setup begins to work again...)


Modified: trunk/drbd/drbd_sizeof_sanity_check.c
===================================================================
--- trunk/drbd/drbd_sizeof_sanity_check.c	2004-11-03 21:39:33 UTC (rev 1625)
+++ trunk/drbd/drbd_sizeof_sanity_check.c	2004-11-03 22:16:15 UTC (rev 1626)
@@ -15,12 +15,12 @@
 int sizeof_drbd_structs_sanity_check(void)
 {
 	SZO(struct disk_config,		 24)
-	SZO(struct net_config,		300)
-	SZO(struct syncer_config,	 20)
-	SZO(struct ioctl_disk_config,	 28)
-	SZO(struct ioctl_net_config,	304)
-	SZO(struct ioctl_syncer_config,	 24)
-	SZO(struct ioctl_wait,		 12)
-	SZO(struct ioctl_get_config,	428)
+	SZO(struct net_config,		304)
+	SZO(struct syncer_config,	 24)
+	SZO(struct ioctl_disk_config,	 32)
+	SZO(struct ioctl_net_config,	312)
+	SZO(struct ioctl_syncer_config,	 32)
+	SZO(struct ioctl_wait,		 16)
+	SZO(struct ioctl_get_config,	432)
 	return 0;
 }



More information about the drbd-cvs mailing list