diff options
author | Mike Snitzer <snitzer@kernel.org> | 2024-02-09 10:10:03 -0600 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-03-01 09:25:45 -0500 |
commit | c2f54aa2b2707d835c00a2a43933dd3882c44580 (patch) | |
tree | d4023617496277b027f659a5650fb7c6cf04c466 /drivers/md/dm-vdo/volume-index.h | |
parent | eef7cf5e22d93277cf174ae843de37fd7fb082d2 (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/volume-index.h')
-rw-r--r-- | drivers/md/dm-vdo/volume-index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/volume-index.h b/drivers/md/dm-vdo/volume-index.h index 537e9947cf4a..2eb2cee7ee58 100644 --- a/drivers/md/dm-vdo/volume-index.h +++ b/drivers/md/dm-vdo/volume-index.h @@ -10,8 +10,8 @@ #include "config.h" #include "delta-index.h" +#include "thread-utils.h" #include "uds.h" -#include "uds-threads.h" /* * The volume index is the primary top-level index for UDS. It contains records which map a record |