On Wed, Jun 22, 2011 at 01:42:20PM +0200, Denys Vlasenko wrote:
> Hi,
> 
> TCB_FOLLOWFORK flag seems to be unnecessary, because we either follow
> all [v]forks/clones or don't follow any, therefore global variable
> followfork is an already existing indicator of what we want to do.
> 
> This patch drops all setting/clearing of TCB_FOLLOWFORK bit,
> and replaces checks for this bit by checks of followfork value.
> 
> In internal_fork, check is moved to in front of if(), since
> the check is needed on both "entering" and "exiting" branch.
> 
> Please review.

Looks OK.


-- 
ldv

Attachment: pgprrHyJzrAtT.pgp
Description: PGP signature

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to