From: Jan Glauber Date: Thu, 26 Mar 2009 14:24:31 +0000 (+0100) Subject: [S390] qdio: report SIGA errors directly X-Git-Tag: v2.6.30-rc1~659^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d303b6fd858370c22d5c70c313669e3521a5f758;p=pandora-kernel.git [S390] qdio: report SIGA errors directly Errors from SIGA instructions are stored in the per queue qdio_error and reported back when the queue handler is called. That opens a race when multiple error conditions occur simultanously. Report SIGA errors immediately in the return value of do_QDIO so the upper layer can react and SIGA errors no longer interfere with other errors. Move the SIGA error handling in qeth from the outbound handler to qeth_flush_buffers. Signed-off-by: Jan Glauber --- Reading git-diff-tree failed