master
Harry Cheng 5 years ago
parent 306ff01031
commit 91365dcfa8

@ -535,6 +535,7 @@ impl vfs::INode for INodeImpl {
inode.nlinks_inc(); //for .
self.nlinks_inc(); //for ..
}
info!("SFS: created {:?} {}", type_, name);
Ok(inode)
}

@ -1,5 +1,4 @@
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![feature(alloc)]
#![feature(const_str_len)]
extern crate alloc;

Loading…
Cancel
Save