From: Michael Holzheu Date: Mon, 5 Mar 2007 22:35:47 +0000 (+0100) Subject: [S390] tape: Compression overwrites crypto setting X-Git-Tag: v2.6.21-rc3~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4925c7e22293dbf2b85351e8c2323ad8282396b3;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed