From: Borislav Petkov Date: Tue, 6 Jul 2010 04:23:52 +0000 (-0700) Subject: ide-cd: Do not access completed requests in the irq handler X-Git-Tag: v2.6.36-rc1~306^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110712828365ccafcc61a7f4db44c31ed4cf8793;p=pandora-kernel.git ide-cd: Do not access completed requests in the irq handler ide_cd_error_cmd() can complete an erroneous request with leftover buffers. Signal this with its return value so that the request is not accessed after its completion in the irq handler and we oops. Cc: # 32.x 33.x 34.x Signed-off-by: Borislav Petkov Signed-off-by: David S. Miller --- Reading git-diff-tree failed