From: Pavel Emelyanov Date: Wed, 21 May 2008 21:17:33 +0000 (-0700) Subject: ipmr: Use on-device stats instead of private ones. X-Git-Tag: v2.6.27-rc1~969^2~415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3677ae19c2f62979b39143f5d2f6b3dfb3b3e4;p=pandora-kernel.git ipmr: Use on-device stats instead of private ones. These devices use the private area of appropriate size for statistics. Turning them to use on-device ones make them "privless" and thus - really small wrt kmalloc cache, they are allocated from. Besides, code looks nicer, because of absence of multi-braced type casts and dereferences. [ Fix build failures -DaveM ] Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed