summaryrefslogtreecommitdiff
path: root/src/fuse/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fuse/ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/ops.rs b/src/fuse/ops.rs
index d9e7167..1a5a578 100644
--- a/src/fuse/ops.rs
+++ b/src/fuse/ops.rs
@@ -73,7 +73,7 @@ op! {
/// The requested entry was not found in this directory. The FUSE clint may include this
/// response in negative cache for up to the given TTL.
pub fn not_found(self, ttl: Ttl) -> Done<'o> {
- self.single(&make_entry((Ino::NULL, ttl), (Zeroable::zeroed(), Default::default())))
+ self.single(&make_entry((Ino::NULL, ttl), (Zeroable::zeroed(), Ttl::NULL)))
}
/// The requested entry was not found in this directory, but unlike [`Reply::not_found()`]