Commit ac209edb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] dm: add DM_REMOVE_ALL_32 compat ioctl

From: Marcus Meissner <meissner@suse.de>

Add DM_REMOVE_ALL_32 to the list of compatible ioctls.
Signed-off-By: default avatarMarcus Meissner <meissner@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 65852349
......@@ -125,6 +125,7 @@ COMPATIBLE_IOCTL(STOP_ARRAY_RO)
COMPATIBLE_IOCTL(RESTART_ARRAY_RW)
/* DM */
COMPATIBLE_IOCTL(DM_VERSION_32)
COMPATIBLE_IOCTL(DM_REMOVE_ALL_32)
COMPATIBLE_IOCTL(DM_LIST_DEVICES_32)
COMPATIBLE_IOCTL(DM_DEV_CREATE_32)
COMPATIBLE_IOCTL(DM_DEV_REMOVE_32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment