Skip to content
Commit 2be14d09 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix a bug in the FAT unbind() logic. There were problems with the way certain...

Fix a bug in the FAT unbind() logic.  There were problems with the way certain internal list handling was implemented.  The end result is that newly opened or cloned file structures were never being added to the list of open files.  So when the unmount() happens, it always looked like there were not open files and a crash could ensue.
parent 8055ba4d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment