From: Boaz Harrosh Date: Fri, 30 Nov 2012 14:03:31 +0000 (+0200) Subject: exofs: don't leak io_state and pages on read error X-Git-Tag: v3.8-rc1~70^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861d66601acda6d7a2038fb3c95f68009128003a;p=pandora-kernel.git exofs: don't leak io_state and pages on read error Same bug as fixed by Idan for write_exec was in read_exec. Fix the io_state leak and pages state on read error. Also while at it: The if (!pcol->read_4_write) at the error path is redundant because all goto err; are after the if (pcol->read_4_write) bale out. Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed