Drop some legacy codes (#1981)

This commit is contained in:
LoveSy
2024-08-15 17:04:02 +08:00
committed by GitHub
parent bbc31bdbca
commit fd09ccfc29
4 changed files with 35 additions and 122 deletions

View File

@@ -191,7 +191,7 @@ pub fn on_post_data_fs() -> Result<()> {
}
// mount temp dir
if let Err(e) = mount::mount_tmpfs(utils::get_tmp_path()) {
if let Err(e) = mount::mount_tmpfs(defs::TEMP_DIR) {
warn!("do temp dir mount failed: {}", e);
}