David Howells <[EMAIL PROTECTED]> wrote:
>
> Andrew Morton <[EMAIL PROTECTED]> wrote:
> 
>  > 
>  > > +#define BDI_CAP_MAP_COPY        0x00000001      /* Copy can be mapped 
> (MAP_PRIVATE) */
>  > > +#define BDI_CAP_MAP_DIRECT      0x00000002      /* Can be mapped 
> directly (MAP_SHARED) */
>  > 
>  > Why not make these bitfields as well?
> 
>  Because I want to copy the capabilities mask (including these variables) into
>  a variable in the nommu mmap implementation and eliminate various bits from
>  that variable under certain conditions.
> 
>  Making these into bitfields would result in having to use three variables
>  instead of just the one.

Well let's do one or the other, and not have it half-and-half, please.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to