mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Setting VV_TEXT here is redundant. It is already set by do_execve().
Reviewed by: kib
This commit is contained in:
parent
e7d14e9bcc
commit
02e5228ca0
1 changed files with 0 additions and 3 deletions
|
|
@ -217,9 +217,6 @@ exec_linux_imgact(struct image_params *imgp)
|
|||
#endif
|
||||
|
||||
}
|
||||
/* Indicate that this file should not be modified */
|
||||
mp_fixme("Unlocked v_flag access");
|
||||
imgp->vp->v_vflag |= VV_TEXT;
|
||||
}
|
||||
/* Fill in process VM information */
|
||||
vmspace->vm_tsize = round_page(a_out->a_text) >> PAGE_SHIFT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue