Fix Dtb scheme reads

This commit is contained in:
Andrey Turkin
2024-07-09 09:51:17 +03:00
parent a80dc4dc9c
commit 2663873d45
+1 -1
View File
@@ -68,7 +68,7 @@ impl KernelScheme for DtbScheme {
stat: _flags & O_STAT == O_STAT,
},
);
return Ok(OpenResult::SchemeLocal(id, InternalFlags::empty()));
return Ok(OpenResult::SchemeLocal(id, InternalFlags::POSITIONED));
}
Err(Error::new(ENOENT))