No need to define kcalloc() compatibility function for kernel 2.6.9 onwards.
authorIan Abbott <abbotti@mev.co.uk>
Tue, 4 Dec 2007 13:11:14 +0000 (13:11 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 4 Dec 2007 13:11:14 +0000 (13:11 +0000)
commit47d8ee685bdaa1fe2032cae2991e6fa1cb8bae86
treedd13dd261efc74081b2e1d88592d1b61e1fc66b5
parent9d621a79486f407d8be986b11d1c071c31ce329d
No need to define kcalloc() compatibility function for kernel 2.6.9 onwards.
The kzalloc() compatibility function is still required for vanilla kernels
prior to 2.6.14, but some versions of RHEL4 2.6.9 kernel (e.g. 2.6.9-42)
already declare it, so use a macro to override it with our own version.
include/linux/slab.h