From: Chris Metcalf Date: Thu, 1 Dec 2011 17:51:05 +0000 (-0500) Subject: arch/tile: fix double-free bug in homecache_free_pages() X-Git-Tag: v3.2-rc5~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2851a9b1caa420c2cdbd517617166990e3723c0;p=pandora-kernel.git arch/tile: fix double-free bug in homecache_free_pages() When freeing the page with this API, the page was "put" twice. This was only discovered bringing up an MPT fusion controller, which actually used the API; it hadn't been invoked previously, so the bug had gone unnoticed. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed