Skip to content

Commit b956d1a

Browse files
Dr. David Alan GilbertMikulas Patocka
authored andcommitted
dm vdo: remove unused struct 'uds_attribute'
'uds_attribute' is unused since commit a9da0fb ("dm vdo: remove all sysfs interfaces"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mikulas Patocka <[email protected]>
1 parent 0a94a46 commit b956d1a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/md/dm-vdo/dedupe.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@
148148
#include "vdo.h"
149149
#include "wait-queue.h"
150150

151-
struct uds_attribute {
152-
struct attribute attr;
153-
const char *(*show_string)(struct hash_zones *hash_zones);
154-
};
155-
156151
#define DEDUPE_QUERY_TIMER_IDLE 0
157152
#define DEDUPE_QUERY_TIMER_RUNNING 1
158153
#define DEDUPE_QUERY_TIMER_FIRED 2

0 commit comments

Comments
 (0)