Re: [PATCH 10/30] cr: core stuff

From: Alexey Dobriyan
Date: Mon Apr 13 2009 - 04:10:56 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/