[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49DF718B.9050809@hp.com>
Date: Fri, 10 Apr 2009 12:19:23 -0400
From: Brian Haley <brian.haley@...com>
To: Alexey Dobriyan <adobriyan@...il.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
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;
-Brian
--
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