summary refs log tree commit diff
path: root/devices/src/virtio/fs/filesystem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/virtio/fs/filesystem.rs')
-rw-r--r--devices/src/virtio/fs/filesystem.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/src/virtio/fs/filesystem.rs b/devices/src/virtio/fs/filesystem.rs
index eb9726c..3f9528f 100644
--- a/devices/src/virtio/fs/filesystem.rs
+++ b/devices/src/virtio/fs/filesystem.rs
@@ -77,7 +77,7 @@ pub struct DirEntry<'a> {
 
     /// The name of this directory entry. There are no requirements for the contents of this field
     /// and any sequence of bytes is considered valid.
-    pub name: &'a [u8],
+    pub name: &'a CStr,
 }
 
 /// A reply to a `getxattr` method call.