commit | cf3677ae19c2f62979b39143f5d2f6b3dfb3b3e4 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed May 21 14:17:33 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 21 14:43:45 2008 -0700 |
tree | 120eb674a16e922e9bb95bf63af40d6432d79dcb | |
parent | 3dca02af38c11a970160387ab36ae6043feb03cd [diff] |
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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>