Commit 9bca388c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] missing compat ioctl mapping for DM_REMOVE_ALL

Signed-off-by: default avatarMarcus Meissner <meissner@suse.de>

Added missing DM_REMOVE_ALL call.
parent 14dadb2b
......@@ -138,6 +138,7 @@ COMPATIBLE_IOCTL(DM_TABLE_DEPS_32)
COMPATIBLE_IOCTL(DM_TABLE_STATUS_32)
COMPATIBLE_IOCTL(DM_LIST_VERSIONS_32)
COMPATIBLE_IOCTL(DM_VERSION)
COMPATIBLE_IOCTL(DM_REMOVE_ALL)
COMPATIBLE_IOCTL(DM_LIST_DEVICES)
COMPATIBLE_IOCTL(DM_DEV_CREATE)
COMPATIBLE_IOCTL(DM_DEV_REMOVE)
......
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