diff --git a/src/storage/archive.rs b/src/storage/archive.rs
index e40805da..caab5ab5 100644
--- a/src/storage/archive.rs
+++ b/src/storage/archive.rs
@@ -35,6 +35,7 @@ use crate::structure::{
use super::{
consts::{LayerFileEnum, FILENAME_ENUM_MAP},
+ locking::{ExclusiveLockedFile, LockedFile},
name_to_string, string_to_name, FileLoad, FileStore, PersistentLayerStore, SyncableFile,
};
@@ -298,6 +299,15 @@ impl ArchiveMetadataBackend for DirectoryArchiveBackend {
}
async fn get_rollup(&self, id: [u32; 5]) -> io::Result