mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
devfs_allocv(): style
(cherry picked from commit 6d79564fe341c8dbf09405cae1a0a76460aaf8aa)
This commit is contained in:
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