qeth: postpone freeing of qdio memory
authorUrsula Braun <ursula.braun@de.ibm.com>
Mon, 24 Feb 2014 12:12:06 +0000 (13:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Feb 2014 23:29:02 +0000 (18:29 -0500)
To guarantee that a qdio ccw_device no longer touches the
qdio memory shared with Linux, the qdio ccw_device should
be offline when freeing the qdio memory. Thus this patch
postpones freeing of qdio memory.

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Reviewed-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found