mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add missing ZFS_EXIT().
PR: kern/124899 Submitted by: Masakazu Asama <m-asama@ginzado.ne.jp>
This commit is contained in:
parent
dcd8bc9a08
commit
062ea27ee4
1 changed files with 1 additions and 0 deletions
|
|
@ -744,6 +744,7 @@ domount:
|
|||
VN_RELE(*vpp);
|
||||
*vpp = NULL;
|
||||
}
|
||||
ZFS_EXIT(zfsvfs);
|
||||
return (err);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue