Re: [PATCH -mm] task_struct: move ->fpu_counter and ->oomkilladj

2007-09-27 Thread Arjan van de Ven
On Thu, 27 Sep 2007 13:55:57 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > There is nice 2 byte hole after struct task_struct::ioprio field > into which we can put two 1-byte fields: ->fpu_counter and > ->oomkilladj. > > [cc'ing Arjan just in case ->fpu_counter placement wasn't completely >

[PATCH -mm] task_struct: move ->fpu_counter and ->oomkilladj

2007-09-27 Thread Alexey Dobriyan
There is nice 2 byte hole after struct task_struct::ioprio field into which we can put two 1-byte fields: ->fpu_counter and ->oomkilladj. [cc'ing Arjan just in case ->fpu_counter placement wasn't completely random :^)] Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- include/linux/sched.h