]> sourceware.org Git - systemtap.git/commitdiff
2005-05-17 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Wed, 18 May 2005 05:53:03 +0000 (05:53 +0000)
committerhunt <hunt>
Wed, 18 May 2005 05:53:03 +0000 (05:53 +0000)
* transport.c (_stp_transport_close): Call stp_exit_helper()
directly instead of using work queue.

runtime/transport/ChangeLog
runtime/transport/transport.c

index d76b4aa36048b525a198286cd35cafca6b49016a..8f9cccfee9c5fe1d9ba3a7882790306dd00645bb 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-17  Martin Hunt  <hunt@redhat.com>
+
+       * transport.c (_stp_transport_close): Call stp_exit_helper()
+       directly instead of using work queue.
+
 2005-05-16  Martin Hunt  <hunt@redhat.com>
 
        * transport.c (_stp_cmd_handler): For STP_EXIT, schedule a 
index 7142237febac266c398768dc4d2e4f4cf13f39d9..8ce97bff026da77af546264153cd0bdd721d3fb9 100644 (file)
@@ -132,7 +132,7 @@ void _stp_transport_close()
        if (!_stp_streaming())
                _stp_relayfs_close(t->chan, t->dir);
 
-       schedule_work (&stp_exit);
+       stp_exit_helper (&t->pid);
        kfree(t);
 }
 
This page took 0.028477 seconds and 5 git commands to generate.