]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dm: bump the ioctl version to 4.32.0
authorMike Snitzer <snitzer@redhat.com>
Fri, 26 Jun 2015 14:03:14 +0000 (10:03 -0400)
committerMike Snitzer <snitzer@redhat.com>
Fri, 26 Jun 2015 14:14:28 +0000 (10:14 -0400)
This fix enables userspace to detect that the dm-stats changes from the
4.2 merge are in place.

Reported-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
include/uapi/linux/dm-ioctl.h

index eac8c3641f39a629b5023782c050f84fffaa3036..061aca3a962d73a8f9323b6920230d9895a3eb29 100644 (file)
@@ -267,9 +267,9 @@ enum {
 #define DM_DEV_SET_GEOMETRY    _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)
 
 #define DM_VERSION_MAJOR       4
-#define DM_VERSION_MINOR       31
+#define DM_VERSION_MINOR       32
 #define DM_VERSION_PATCHLEVEL  0
-#define DM_VERSION_EXTRA       "-ioctl (2015-3-12)"
+#define DM_VERSION_EXTRA       "-ioctl (2015-6-26)"
 
 /* Status bits */
 #define DM_READONLY_FLAG       (1 << 0) /* In/Out */