On Sat, 6 Sep 2008 18:09:55 +0300
"Kirill A. Shutemov" <kirill@shutemov.name> wrote:
That's a strange position in which to add the new field. It will prevent
the compiler from using the same word for sh_bang, misc_bang and taso.
I fixed that up while fixing linux-next rejects.
Why "4"?
Why make linux_binprm.recursion_depth a u8? There would be
practically (or actually) zero cost to making it 32-bit.
Admittedly a depth >256 would be a bit odd, but did we gain
anything from this restriction?
--