mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
When cleaning up excess inode dependencies, check for being done.
Reviewed by: Jan Koum <jkb@yahoo-inc.com>
This commit is contained in:
parent
ad7f236572
commit
cc686e21c0
1 changed files with 2 additions and 0 deletions
|
|
@ -4592,6 +4592,8 @@ clear_inodedeps(p)
|
|||
if ((inodedep = LIST_FIRST(inodedephd)) != NULL)
|
||||
break;
|
||||
}
|
||||
if (inodedep == NULL)
|
||||
return;
|
||||
/*
|
||||
* Ugly code to find mount point given pointer to superblock.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue