• I
    delayacct: Include <uapi/linux/taskstats.h> · 4025819d
    Ingo Molnar 提交于
    include/linux/delayacct.h relies on 'struct taskstats' but does
    not include the header that defines it.
    
    This worked so far because files that included <linux/taskstats.h>
    also happened to include other headers that included
    uapi/linux/taskstats.h.
    
    Fix it.
    
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: linux-kernel@vger.kernel.org
    Signed-off-by: NIngo Molnar <mingo@kernel.org>
    4025819d
delayacct.h 4.0 KB