[dm-devel] 2.6.4-udm1

Kevin Corry kevcorry at us.ibm.com
Mon Mar 15 18:08:57 UTC 2004


On Monday 15 March 2004 9:12 am, Joe Thornber wrote:
> http://people.sistina.com/~thornber/dm/patches/2.6-unstable/2.6.4/2.6.4-udm1.tar.bz2

> Revision 3:
>   Fix 64/32 bit ioctl problems.

Missing definition for DM_LIST_VERSIONS_32.

--- diff/include/linux/dm-ioctl.h	2004-03-15 12:06:55.000000000 -0600
+++ source/include/linux/dm-ioctl.h	2004-03-15 12:06:49.000000000 -0600
@@ -225,6 +225,7 @@
 #define DM_TABLE_CLEAR_32   _IOWR(DM_IOCTL, DM_TABLE_CLEAR_CMD, ioctl_struct)
 #define DM_TABLE_DEPS_32    _IOWR(DM_IOCTL, DM_TABLE_DEPS_CMD, ioctl_struct)
 #define DM_TABLE_STATUS_32  _IOWR(DM_IOCTL, DM_TABLE_STATUS_CMD, ioctl_struct)
+#define DM_LIST_VERSIONS_32 _IOWR(DM_IOCTL, DM_LIST_VERSIONS_CMD, ioctl_struct)
 #endif
 
 #define DM_IOCTL 0xfd



More information about the dm-devel mailing list