Files
linux/drivers
Julian Wiedmann 32e85a0d83 s390/qeth: keep cmd alive after IO completion
Current code releases the cmd struct after its initial IO has completed.
Any reply processing is done independently, using a separate qeth_reply
struct.
In preparation for merging the cmd and reply structs together, take an
additional reference on the cmd object so that it stays around all the
way until qeth_send_control_data() returns.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-08-20 13:51:46 -07:00
..
2019-08-06 15:25:28 +03:00
2019-08-12 08:18:37 -06:00
2019-07-18 09:49:30 +02:00
2019-07-30 14:21:32 -07:00
2019-08-07 14:50:49 -07:00
2019-08-12 10:47:55 +02:00