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

From: Brian Haley
Date: Fri Apr 10 2009 - 12:19:39 EST


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