mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Refactor Dentry
to optimize the vfs layer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
271e893889
commit
ea489252f4
@ -72,7 +72,7 @@ impl TryFrom<SocketAddr> for UnixSocketAddr {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub(super) enum UnixSocketAddrBound {
|
||||
Path(Arc<str>, Arc<Dentry>),
|
||||
Path(Arc<str>, Dentry),
|
||||
Abstract(Arc<AbstractHandle>),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user