shell: mufs: claim ownership of flash device in mufs unmount
This commit is contained in:
parent
c2700bd31e
commit
27522b3c04
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ static void do_mufs_unmount(const char *s)
|
|||
if (flash) {
|
||||
flash_release(flash);
|
||||
flash = mufs->dev;
|
||||
mufs->dev = NULL;
|
||||
}
|
||||
|
||||
mufs_unmount(mufs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue