Fix MountFS sync
This commit is contained in:
parent
c68c3c9a94
commit
c656776eb1
2
deps/sefs
vendored
2
deps/sefs
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e0cf9c102875e9589ac862766cb8a17f94bfbee4
|
Subproject commit a843c6783ae14842225bb6777616dc707a657583
|
@ -23,7 +23,8 @@ pub struct HNode {
|
|||||||
|
|
||||||
impl FileSystem for HostFS {
|
impl FileSystem for HostFS {
|
||||||
fn sync(&self) -> Result<()> {
|
fn sync(&self) -> Result<()> {
|
||||||
unimplemented!()
|
warn!("HostFS: sync is unimplemented");
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn root_inode(&self) -> Arc<INode> {
|
fn root_inode(&self) -> Arc<INode> {
|
||||||
|
Loading…
Reference in New Issue
Block a user