commit | c91ebe496120e05301465fff31094bfecf798e9f | [log] [tgz] |
---|---|---|
author | Cornelia Huck <cornelia.huck@de.ibm.com> | Tue Sep 09 12:38:58 2008 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Sep 09 12:39:07 2008 +0200 |
tree | 684d5fe1b335ea669256fb6a3c2ee2efc5c996d1 | |
parent | a2164b8174f13b7315c3f45c0b48dec619285096 [diff] |
[S390] cio: handle ssch() return codes correctly. ssch() has two classes of return codes: - condition codes (0-3) which need to be translated to Linux error codes - Linux error codes (-EIO on exceptions) which should be passed to the caller (instead of erronously being handled like condition code 3) Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>