summaryrefslogtreecommitdiff
path: root/src/ops/traits.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops/traits.rs')
-rw-r--r--src/ops/traits.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ops/traits.rs b/src/ops/traits.rs
index 52aaed3..883f2f8 100644
--- a/src/ops/traits.rs
+++ b/src/ops/traits.rs
@@ -5,8 +5,9 @@ use crate::{
pub use super::{
dir::{ReplyEntries, ReplyFound},
- entry::{ReplyStat, RequestForget, RequestLink, RequestTarget},
+ entry::{RequestLink, RequestTarget},
global::ReplyFsInfo,
+ inode::{ReplyStat, RequestForget},
open::{ReplyOpen, ReplyPermissionDenied},
rw::ReplyAll,
xattr::ReplyXattrRead,