mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 20:03:22 +00:00
Extract TRights into crate jinux_rights
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
3471843793
commit
0c9495b726
@ -11,7 +11,7 @@ use crate::fs::utils::{
|
||||
StatusFlags,
|
||||
};
|
||||
use crate::prelude::*;
|
||||
use crate::rights::Rights;
|
||||
use jinux_rights::Rights;
|
||||
|
||||
pub struct InodeHandle<R = Rights>(Arc<InodeHandle_>, R);
|
||||
|
||||
|
Reference in New Issue
Block a user