Re: A patch for the file kernel/fork.c

From: Chris Wedgwood
Date: Wed May 04 2005 - 13:01:27 EST


On Wed, May 04, 2005 at 11:46:18AM -0300, Andr? Pereira de Almeida wrote:

> - if (tsk->clear_child_tid && atomic_read(&mm->mm_users) > 1) {
> + if (mm && tsk->clear_child_tid && atomic_read(&mm->mm_users) > 1) {

did you actually see a problem here?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/