Add one more use of unlock_vp().
Discussed with: kib X-MFC With: r308094
This commit is contained in:
parent
cfabea3d3a
commit
a9ee028d04
@ -328,8 +328,7 @@ RetryFault:;
|
||||
growstack = FALSE;
|
||||
goto RetryFault;
|
||||
}
|
||||
if (fs.vp != NULL)
|
||||
vput(fs.vp);
|
||||
unlock_vp(&fs);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user