On Wed, Dec 30, 2015 at 1:23 AM, Tejun Heo <tj@xxxxxxxxxx> wrote: > > Peter, I took the patch and changed the bitfields to ulong. I wouldn't expect the unsigned long part to matter, except for the forced split with unsigned long :0; itself. Also, quite frankly, since this is basically very close to other fields that are *not* unsigned longs, I'd really prefer to not unnecessarily use a 64-bit field for three bits each. So why not just do it with plain unsigned "int", and then maybe just intersperse them with the other int-sized fields in that neighborhood. I'm also wondering if we shouldn't just put the scheduler bits in the "atomic_flags" thing instead? Linus -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html