dm vdo memory-alloc: change from uds_ to vdo_ namespace
authorMike Snitzer <snitzer@kernel.org>
Tue, 13 Feb 2024 16:55:50 +0000 (10:55 -0600)
committerMike Snitzer <snitzer@kernel.org>
Mon, 4 Mar 2024 20:07:56 +0000 (15:07 -0500)
commit0eea6b6e78daa45ca13e9b186da042f9b6139b50
tree2a7bb2755479a07b24ea8f1ffe09c32e7e97b82a
parent6008d526b06bab2cbea194948aec0cd04461dcc6
dm vdo memory-alloc: change from uds_ to vdo_ namespace

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
44 files changed:
drivers/md/dm-vdo/action-manager.c
drivers/md/dm-vdo/admin-state.c
drivers/md/dm-vdo/block-map.c
drivers/md/dm-vdo/data-vio.c
drivers/md/dm-vdo/dedupe.c
drivers/md/dm-vdo/dm-vdo-target.c
drivers/md/dm-vdo/dump.c
drivers/md/dm-vdo/encodings.c
drivers/md/dm-vdo/flush.c
drivers/md/dm-vdo/funnel-queue.c
drivers/md/dm-vdo/funnel-workqueue.c
drivers/md/dm-vdo/indexer/chapter-index.c
drivers/md/dm-vdo/indexer/config.c
drivers/md/dm-vdo/indexer/delta-index.c
drivers/md/dm-vdo/indexer/funnel-requestqueue.c
drivers/md/dm-vdo/indexer/geometry.c
drivers/md/dm-vdo/indexer/index-layout.c
drivers/md/dm-vdo/indexer/index-page-map.c
drivers/md/dm-vdo/indexer/index-session.c
drivers/md/dm-vdo/indexer/index.c
drivers/md/dm-vdo/indexer/io-factory.c
drivers/md/dm-vdo/indexer/open-chapter.c
drivers/md/dm-vdo/indexer/radix-sort.c
drivers/md/dm-vdo/indexer/sparse-cache.c
drivers/md/dm-vdo/indexer/volume-index.c
drivers/md/dm-vdo/indexer/volume.c
drivers/md/dm-vdo/int-map.c
drivers/md/dm-vdo/io-submitter.c
drivers/md/dm-vdo/logical-zone.c
drivers/md/dm-vdo/memory-alloc.c
drivers/md/dm-vdo/memory-alloc.h
drivers/md/dm-vdo/message-stats.c
drivers/md/dm-vdo/packer.c
drivers/md/dm-vdo/physical-zone.c
drivers/md/dm-vdo/pool-sysfs.c
drivers/md/dm-vdo/priority-table.c
drivers/md/dm-vdo/recovery-journal.c
drivers/md/dm-vdo/repair.c
drivers/md/dm-vdo/slab-depot.c
drivers/md/dm-vdo/slab-depot.h
drivers/md/dm-vdo/thread-utils.c
drivers/md/dm-vdo/uds-sysfs.c
drivers/md/dm-vdo/vdo.c
drivers/md/dm-vdo/vio.c