From: David S. Miller Date: Mon, 12 May 2008 23:51:15 +0000 (-0700) Subject: lmb: Fix inconsistent alignment of size argument. X-Git-Tag: v2.6.26-rc3~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4978db5bd964d90265f957f980ab2b0771ca2b9f;p=pandora-kernel.git lmb: Fix inconsistent alignment of size argument. When allocating, if we will align up the size when making the reservation, we should also align the size for the check that the space is actually available. The simplest thing is to just aling the size up from the beginning, then we can use plain 'size' throughout. Signed-off-by: David S. Miller --- Reading git-diff-tree failed