Add missing ZFS_EXIT().

PR:		kern/124899
Submitted by:	Masakazu Asama <m-asama@ginzado.ne.jp>
This commit is contained in:
Pawel Jakub Dawidek 2008-09-15 11:27:25 +00:00
parent dcd8bc9a08
commit 062ea27ee4

View file

@ -744,6 +744,7 @@ domount:
VN_RELE(*vpp);
*vpp = NULL;
}
ZFS_EXIT(zfsvfs);
return (err);
}