diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-24 00:07:16 +0300 |
---|---|---|
committer | Mikulas Patocka <mpatocka@redhat.com> | 2024-07-10 14:10:06 +0300 |
commit | b956d1a30f77bdeb7b7931bad0cee5fa8db25cbc (patch) | |
tree | 46e2684ed32cafcc87db7c335091caf9822ff5e4 | |
parent | 0a94a469a4f02bdcc223517fd578810ffc21c548 (diff) | |
download | linux-b956d1a30f77bdeb7b7931bad0cee5fa8db25cbc.tar.xz |
dm vdo: remove unused struct 'uds_attribute'
'uds_attribute' is unused since
commit a9da0fb6d8c6 ("dm vdo: remove all sysfs interfaces").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
-rw-r--r-- | drivers/md/dm-vdo/dedupe.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/md/dm-vdo/dedupe.c b/drivers/md/dm-vdo/dedupe.c index 117266e1b3ae..39ac68614419 100644 --- a/drivers/md/dm-vdo/dedupe.c +++ b/drivers/md/dm-vdo/dedupe.c @@ -148,11 +148,6 @@ #include "vdo.h" #include "wait-queue.h" -struct uds_attribute { - struct attribute attr; - const char *(*show_string)(struct hash_zones *hash_zones); -}; - #define DEDUPE_QUERY_TIMER_IDLE 0 #define DEDUPE_QUERY_TIMER_RUNNING 1 #define DEDUPE_QUERY_TIMER_FIRED 2 |