From: Pekka Enberg Date: Fri, 6 Jun 2008 05:46:46 +0000 (-0700) Subject: nommu: fix ksize() abuse X-Git-Tag: v2.6.26-rc6~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d100d148aa48df3b6ad526a48624f906695efe60;p=pandora-kernel.git nommu: fix ksize() abuse The nommu binfmt code uses ksize() for pointers returned from do_mmap() which is wrong. This converts the call-sites to use the nommu specific kobjsize() function which works as expected. Cc: Christoph Lameter Cc: Matt Mackall Acked-by: Paul Mundt Acked-by: David Howells Signed-off-by: Pekka Enberg Acked-by: Greg Ungerer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed