mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
parent
4018bcdea8
commit
9ccd539412
1 changed files with 1 additions and 2 deletions
|
|
@ -557,8 +557,7 @@ loop:
|
|||
if (devfs_allocv_drop_refs(0, dmp, de)) {
|
||||
vput(vp);
|
||||
return (ENOENT);
|
||||
}
|
||||
else if (VN_IS_DOOMED(vp)) {
|
||||
} else if (VN_IS_DOOMED(vp)) {
|
||||
mtx_lock(&devfs_de_interlock);
|
||||
if (de->de_vnode == vp) {
|
||||
de->de_vnode = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue