projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4cbee
)
dm: bump DM_VERSION_MINOR in response to target method error code changes
author
Mike Snitzer
<snitzer@redhat.com>
Fri, 9 Jun 2017 15:02:40 +0000
(11:02 -0400)
committer
Jens Axboe
<axboe@fb.com>
Fri, 9 Jun 2017 15:27:55 +0000
(09:27 -0600)
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/uapi/linux/dm-ioctl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/dm-ioctl.h
b/include/uapi/linux/dm-ioctl.h
index 4bf9f1eabffc64c6a30c4f424f1047311c8c3391..2f6c77aebe1a73d04b56611152244af00a14fdb0 100644
(file)
--- a/
include/uapi/linux/dm-ioctl.h
+++ b/
include/uapi/linux/dm-ioctl.h
@@
-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 3
5
+#define DM_VERSION_MINOR 3
6
#define DM_VERSION_PATCHLEVEL 0
-#define DM_VERSION_EXTRA "-ioctl (201
6-06-23
)"
+#define DM_VERSION_EXTRA "-ioctl (201
7-06-09
)"
/* Status bits */
#define DM_READONLY_FLAG (1 << 0) /* In/Out */