[Devel] [PATCH RHEL7 COMMIT] ms/dm: remove dummy definition of 'struct dm_table' from dm-ioctl.c
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Sep 23 07:15:12 PDT 2016
The commit is pushed to "branch-rh7-3.10.0-327.28.2.vz7.17.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-327.28.2.vz7.17.9
------>
commit 1347427ba3370f15348561cc4ca46c402b85c984
Author: Andrey Ryabinin <aryabinin at virtuozzo.com>
Date: Fri Sep 23 18:15:12 2016 +0400
ms/dm: remove dummy definition of 'struct dm_table' from dm-ioctl.c
There is no need for it.
https://jira.sw.ru/browse/PSBM-50727
Signed-off-by: Andrey Ryabinin <aryabinin at virtuozzo.com>
---
drivers/md/dm-ioctl.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c
index 720ceeb..0fe4233 100644
--- a/drivers/md/dm-ioctl.c
+++ b/drivers/md/dm-ioctl.c
@@ -36,14 +36,6 @@ struct hash_cell {
struct dm_table *new_map;
};
-/*
- * A dummy definition to make RCU happy.
- * struct dm_table should never be dereferenced in this file.
- */
-struct dm_table {
- int undefined__;
-};
-
struct vers_iter {
size_t param_size;
struct dm_target_versions *vers, *old_vers;
More information about the Devel
mailing list