Re: [PATCH] SELinux - convert to kzalloc

From: Roland Dreier
Date: Tue Sep 13 2005 - 20:44:21 EST


Andrew> That's a nice size reduction. If we had
Andrew> kzalloc_gfp_kernel(size_t) we could drop an argument and
Andrew> save even more, but I suspect Linus would come after me
Andrew> with a cattle prod.

Could one make kzalloc() an inline and do some __builtin_constant_p()
trickery on the flags parameter to get the same effect?

I'll give it a try and see what happens.

- R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/