summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/Makefile
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@kernel.org>2024-02-09 10:10:03 -0600
committerMike Snitzer <snitzer@kernel.org>2024-03-01 09:25:45 -0500
commitc2f54aa2b2707d835c00a2a43933dd3882c44580 (patch)
treed4023617496277b027f659a5650fb7c6cf04c466 /drivers/md/dm-vdo/Makefile
parenteef7cf5e22d93277cf174ae843de37fd7fb082d2 (diff)
dm vdo: rename uds-threads.[ch] to thread-utils.[ch]
Signed-off-by: Mike Snitzer <snitzer@kernel.org> Signed-off-by: Matthew Sakai <msakai@redhat.com>
Diffstat (limited to 'drivers/md/dm-vdo/Makefile')
-rw-r--r--drivers/md/dm-vdo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/Makefile b/drivers/md/dm-vdo/Makefile
index 8c06c3b969e3..be5020b81c47 100644
--- a/drivers/md/dm-vdo/Makefile
+++ b/drivers/md/dm-vdo/Makefile
@@ -51,8 +51,8 @@ dm-vdo-objs := \
thread-cond-var.o \
thread-device.o \
thread-registry.o \
+ thread-utils.o \
uds-sysfs.o \
- uds-threads.o \
vdo.o \
vio.o \
volume-index.o \