commit | 9e890ad880be1dd98483313b2ec0e23fbd4e3792 | [log] [tgz] |
---|---|---|
author | Jan Glauber <jang@linux.vnet.ibm.com> | Thu Mar 26 15:24:30 2009 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Mar 26 15:24:21 2009 +0100 |
tree | 30c45a05b7d00ed418e5bfa2fe355fc68916f075 | |
parent | e85dea0e415617b5c5627f38c71b33fbc7f94a85 [diff] |
[S390] qdio: tasklet termination in case of module unload If the qdio module is unloaded the tiqdio tasklet must be terminated by tasklet_kill. Move the tasklet_kill after the unregistration of the adapter interrupt so the tiqdio tasklet will not be scheduled anymore before calling tasklet_kill. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>