mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Rename systree
to aster-systree
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
f720c05706
commit
54bd64269b
@ -8,11 +8,11 @@ use alloc::{
|
||||
};
|
||||
use core::time::Duration;
|
||||
|
||||
use ostd::sync::RwLock;
|
||||
use systree::{
|
||||
use aster_systree::{
|
||||
SysAttr, SysAttrFlags, SysBranchNode, SysNode, SysNodeId, SysNodeType, SysObj, SysStr,
|
||||
SysSymlink, SysTree,
|
||||
};
|
||||
use ostd::sync::RwLock;
|
||||
|
||||
use crate::{
|
||||
events::IoEvents,
|
||||
|
Reference in New Issue
Block a user