Re: [PATCH 1/5] user_hooks: New user hooks subsystem
From: Peter Zijlstra <peterz@infradead.org> Date: 2012-07-30 16:34:05
On Mon, 2012-07-30 at 12:07 -0400, Steven Rostedt wrote:
Not only does bool describe it better, it should also allow gcc to
optimize it better as well. Unless Peter has a legitimate rational why
using bool in struct is bad, I would keep it as is.
I don't mind too much, but like said, I hate using types without
specified storage, you never really know what the compiler will end up
doing.