diff options
author | Mike Snitzer <snitzer@kernel.org> | 2024-02-09 21:16:13 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-03-01 17:25:49 +0300 |
commit | 8e6333af19830efdd5adbc994f256fcd5f31e7e7 (patch) | |
tree | ce50dd8fa5ae352ee647773800de78fe98a21da5 /drivers/md/dm-vdo/vdo.h | |
parent | c2f54aa2b2707d835c00a2a43933dd3882c44580 (diff) | |
download | linux-8e6333af19830efdd5adbc994f256fcd5f31e7e7.tar.xz |
dm vdo indexer: rename uds.h to indexer.h
Also remove unnecessary include from funnel-queue.c.
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Diffstat (limited to 'drivers/md/dm-vdo/vdo.h')
-rw-r--r-- | drivers/md/dm-vdo/vdo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/vdo.h b/drivers/md/dm-vdo/vdo.h index 772317e6db52..3938e519ae6a 100644 --- a/drivers/md/dm-vdo/vdo.h +++ b/drivers/md/dm-vdo/vdo.h @@ -17,12 +17,12 @@ #include "admin-state.h" #include "encodings.h" #include "funnel-workqueue.h" +#include "indexer.h" #include "packer.h" #include "physical-zone.h" #include "statistics.h" #include "thread-registry.h" #include "types.h" -#include "uds.h" enum notifier_state { /* Notifications are allowed but not in progress */ |