commit | 9adb8c1d4f0ac78b3469e377ce5f8a846cbaedaf | [log] [tgz] |
---|---|---|
author | Stefan Weinhuber <wein@de.ibm.com> | Tue Sep 16 09:32:19 2008 -0700 |
committer | Martin Schwidefsky <sky@skybook.(none)> | Tue Sep 16 09:34:32 2008 -0700 |
tree | 7ee39444979acfc3a838d15c911a3735c4ddd869 | |
parent | f26fd5d6e5006eae75a389c7ce74ed16761d094b [diff] |
[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 <wein@de.ibm.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>