Re: on CONFIG_MM_OWNER=y, kernel panic is possible.

From: KOSAKI Motohiro
Date: Tue May 06 2008 - 02:45:01 EST


> > #ifdef CONFIG_MM_OWNER
> > - struct task_struct *owner; /* The thread group leader that */
> > - /* owns the mm_struct. */
> > + struct task_struct *owner; /* point to one of task that owns the mm_struct. */
> > #endif
> >
> > #ifdef CONFIG_PROC_FS
>
> How about just, the task that owns the mm_struct? One of, implies multiple owners.

Ah, below is better?

/* point to any one of task that related the mm_struct. */


my intention is only remove "thread group leader" word.
other things, I obey your favor.

Cheers!



--
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/