[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090413081050.GA4687@x200.localdomain>
Date: Mon, 13 Apr 2009 12:10:50 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Brian Haley <brian.haley@...com>
Cc: Ingo Molnar <mingo@...e.hu>, xemul@...allels.com,
containers@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org, dave@...ux.vnet.ibm.com,
hch@...radead.org, akpm@...ux-foundation.org,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 10/30] cr: core stuff
On Fri, Apr 10, 2009 at 12:19:23PM -0400, Brian Haley wrote:
> Alexey Dobriyan wrote:
> > And of course, I don't want to see multiline
> >
> > vmflags &= ~(VM_READ|VM_WRITE|
> > [5 lines skipped]
>
> Then why don't you:
>
> #define VM_CR_FOO (VM_READ|VM_WRITE|...)
>
> vmflags &= ~VM_CR_FOO;
This won't fix "multiline" part.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists