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
Please register or sign in to comment