Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix do_emergency_remount()/umount() races
need list_for_each_entry_safe() here. Original didn't even have restart logics, so if you race with umount() it blew up. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information