commit | 4925c7e22293dbf2b85351e8c2323ad8282396b3 | [log] [tgz] |
---|---|---|
author | Michael Holzheu <holzheu@de.ibm.com> | Mon Mar 05 23:35:47 2007 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Mar 05 23:35:47 2007 +0100 |
tree | fa89ef269630ce6e5cb928ce7e681f2bd55d327b | |
parent | 9c9c17613a78545a4a93b1370924f62eb282c903 [diff] |
[S390] tape: Compression overwrites crypto setting After switching compression on/off with the mt command, tape encryption is no longer working. The reason for that is, that the modeset_byte is set to the compression value instead of using bitwise and/or bit operations to enable/disable the corresponding bit. Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>