From a996673e123dab0805b05084774227cae72d75e5 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 13 Aug 2002 06:55:28 +0000 Subject: - Hold the vnode lock throughout execve. - Set VV_TEXT in the top level execve code. - Fixup the image activators to deal with the newly locked vnode. --- sys/kern/imgact_aout.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/kern/imgact_aout.c') diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index ba2f76b..48eed90 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -239,10 +239,6 @@ exec_aout_imgact(imgp) imgp->proc->p_sysent = &aout_sysvec; - /* Indicate that this file should not be modified */ - mp_fixme("Unlocked vflag access."); - imgp->vp->v_vflag |= VV_TEXT; - return (0); } -- cgit v1.1