]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dm: remove dummy dm_table definition
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 19 Apr 2017 14:52:54 +0000 (10:52 -0400)
committerMike Snitzer <snitzer@redhat.com>
Mon, 24 Apr 2017 16:04:35 +0000 (12:04 -0400)
This dummy structure definition was required for RCU macros, but it
isn't required anymore, so delete it.

The dummy definition confuses the crash tool, see:
https://www.redhat.com/archives/dm-devel/2017-April/msg00197.html

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-ioctl.c

index 4da6fc6b1ffd3356af47a37a14be071602059e91..641d5e9cfedd471440aeb03debb4a26921eb491c 100644 (file)
@@ -37,14 +37,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;