Messages in this thread |  | | | Date | Thu, 6 Mar 2008 08:41:14 -0800 (PST) | | From | Christoph Lameter <> | | Subject | Re: [PATCH] netfilter: replace horrible hack with ksize() |
| |
On Thu, 6 Mar 2008, Pekka J Enberg wrote:
> Then ksize(p) will return the currently allocated size which is 32 bytes > when page size is 4 KB, and not 8 bytes. So it should be equivalent of > what the current code does.
True for SLAB. SLUB will actually allocate only 8 bytes.
|  |