Submitted by:	Ian Dowse <iedowse@maths.tcd.ie>
This commit is contained in:
Julian Elischer 2001-08-18 17:43:29 +00:00
parent 9ee52e44f4
commit ad4ff09012

View File

@ -603,8 +603,8 @@ restart:
/* SHOULD BE ABLE TO ADOPT EXISTING AND wakeup() ALA FIFO's */
error = namei(&nd);
if (error) {
return (error);
free(buf, M_TEMP);
return (error);
}
vp = nd.ni_vp;
if (vp != NULL || vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) {