Re: 2.6.17-mm1 : two PF flags with the same value

From: Andrew Morton
Date: Wed Jun 21 2006 - 19:42:58 EST


On Thu, 22 Jun 2006 09:39:48 +1000
Peter Williams <pwil3058@xxxxxxxxxxxxxx> wrote:

> Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm1/
>
> Doing my quick review of changes to bits of code that overlap where I
> wish to work I've noticed that PF_SPREAD_SLAB and PF_MUTEX_TESTER have
> the same value.
>
> define PF_SPREAD_SLAB 0x02000000 /* Spread some slab caches over cpuset */
> #define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */
> #define PF_MUTEX_TESTER 0x02000000 /* Thread belongs to the rt mutex
> tester */

ahem. Will fix, thanks.
-
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/