moved the Rc<RefCell<>> back into FatFs
This commit is contained in:
parent
8b55d8d13c
commit
f708ab0b50
5 changed files with 15 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ fn main() -> anyhow::Result<()> {
|
|||
|
||||
let file = File::open(path)?;
|
||||
|
||||
let fat_fuse = FatFuse::new(Rc::new(RefCell::new(file)))?;
|
||||
let fat_fuse = FatFuse::new(file)?;
|
||||
|
||||
let options = vec![
|
||||
MountOption::RO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue