From: Matt Mackall Date: Wed, 8 Oct 2008 19:51:57 +0000 (-0500) Subject: SLOB: fix bogus ksize calculation fix X-Git-Tag: v2.6.27~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70096a561d1e09120bae1f293f3632cedbfd5c68;p=pandora-kernel.git SLOB: fix bogus ksize calculation fix This fixes the previous fix, which was completely wrong on closer inspection. This version has been manually tested with a user-space test harness and generates sane values. A nearly identical patch has been boot-tested. The problem arose from changing how kmalloc/kfree handled alignment padding without updating ksize to match. This brings it in sync. Signed-off-by: Matt Mackall Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed