From: Stefan Weinhuber Date: Fri, 12 Jun 2009 08:26:39 +0000 (+0200) Subject: [S390] dasd: forward internal errors to dasd_sleep_on caller X-Git-Tag: v2.6.31-rc1~354^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc7f168954fe8b3d8988a90b2478a9c11c5ebcb;p=pandora-kernel.git [S390] dasd: forward internal errors to dasd_sleep_on caller If a DASD requests is started with dasd_sleep_on and fails, then the calling function may need to know the reason for the failure. In cases of hardware errors it can inspect the sense data in the irb, but when the reason is internal (e.g. start_IO failed) then it needs a meaningfull return code. Signed-off-by: Stefan Weinhuber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed