Change single file limit from 70KiB to 94KiB & pack apps and list them.
This commit is contained in:
parent
5787214ef6
commit
94267a47c4
3 changed files with 44 additions and 3 deletions
|
@ -104,7 +104,7 @@ impl Inode {
|
|||
});
|
||||
}
|
||||
|
||||
pub fn create(&mut self, name: &str) -> Option<Arc<Inode>> {
|
||||
pub fn create(&self, name: &str) -> Option<Arc<Inode>> {
|
||||
let mut fs = self.fs.lock();
|
||||
println!("creating name {}", name);
|
||||
let mut inode = self.get_disk_inode(&mut fs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue