block: Remove raw_disk compat alias

Update external consumers and internal test modules to use
formats::raw instead of the raw_disk alias, then remove the
re-export from lib.rs.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-04-26 22:02:15 +02:00
committed by Rob Bradford
parent 25afb8898c
commit f8327faa33
5 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ use std::time::Instant;
use block::async_io::AsyncIoOperation;
use block::disk_file::AsyncDiskFile;
use block::raw_disk::{RawBackend, RawDisk};
use block::formats::raw::{RawBackend, RawDisk};
use crate::PerformanceTestControl;
use crate::util::{