From: Stefan Weinhuber Date: Tue, 16 Sep 2008 16:32:19 +0000 (-0700) Subject: [S390] cio: fix orb initialization in cio_start_key X-Git-Tag: v2.6.27-rc7~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adb8c1d4f0ac78b3469e377ce5f8a846cbaedaf;p=pandora-kernel.git [S390] cio: fix orb initialization in cio_start_key The functions cio_tm_start_key and cio_start_key use the same private orb structure of a subchannel, so the orb needs to be cleared of old data before it is used again. A respective memset is missing from cio_start_key and hereby added. Signed-off-by: Stefan Weinhuber Acked-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed