From: Pavel Emelyanov Date: Thu, 1 Nov 2007 07:33:50 +0000 (-0700) Subject: [NET]: Cleanup the allocation/freeing of the sock object X-Git-Tag: v2.6.24-rc2~56^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c308c1b20e2eb7b13f200a7c18b3f23561318367;p=pandora-kernel.git [NET]: Cleanup the allocation/freeing of the sock object The sock object is allocated either from the generic cache with the kmalloc, or from the proc->slab cache. Move this logic into an isolated set of helpers and make the sk_alloc/sk_free look a bit nicer. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed