summaryrefslogtreecommitdiff
path: root/src/ops/traits.rs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-06 08:28:05 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-06 08:28:05 -0600
commitb9a99211a54d62f556fdf71d5eb91107f11398cf (patch)
tree38131b1287e88b5f95137ac64cca41a55eaf54a5 /src/ops/traits.rs
parentb3a9082a8b81c28ef81dbaaffe171f646b1f2777 (diff)
Move Forget and Getattr to new module ops::inode
Diffstat (limited to '')
-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,