Add one more use of unlock_vp().

Discussed with:	kib
X-MFC With:	r308094
This commit is contained in:
Mark Johnston 2016-10-29 18:47:28 +00:00
parent cfabea3d3a
commit a9ee028d04

View File

@ -328,8 +328,7 @@ RetryFault:;
growstack = FALSE;
goto RetryFault;
}
if (fs.vp != NULL)
vput(fs.vp);
unlock_vp(&fs);
return (result);
}