summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-02-12 14:52:40 -0600
committerDavid Smith <dsmith@redhat.com>2009-02-12 14:52:40 -0600
commit8df79eb6046f2fa2e1aed736b2adac4eaaf3a2f5 (patch)
treeb2b9e5fe2cf982ea4d9be6e1c40c1ea73467f31e /runtime/ChangeLog
parent152d6935cc4db354c067df5ec16d6a7da3113477 (diff)
downloadsystemtap-steved-8df79eb6046f2fa2e1aed736b2adac4eaaf3a2f5.tar.gz
systemtap-steved-8df79eb6046f2fa2e1aed736b2adac4eaaf3a2f5.tar.xz
systemtap-steved-8df79eb6046f2fa2e1aed736b2adac4eaaf3a2f5.zip
Cleanup. Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().
2009-02-12 David Smith <dsmith@redhat.com> * transport.c (_stp_lock_transport_dir): Renamed from _stp_lock_debugfs(), since on older kernels this actually uses procfs. (_stp_unlock_transport_dir): Renamed from _stp_unlock_debugfs(), since on older kernels this actually uses procfs. (_stp_lock_transport_dir): Changed _stp_lock_debugfs()/_stp_unlock_debugfs() to _stp_lock_transport_dir()/_stp_unlock_transport_dir(). * transport.h: Ditto. Also added _stp_transport_init() prototype. * utt.c (utt_remove_root): Changed _stp_lock_debugfs()/_stp_unlock_debugfs() to _stp_lock_transport_dir()/_stp_unlock_transport_dir(). * relayfs.c (_stp_remove_relay_root): Ditto. 2009-02-12 David Smith <dsmith@redhat.com> * procfs.c (_stp_rmdir_proc_module): Changed _stp_lock_debugfs()/_stp_unlock_debugfs() to _stp_lock_transport_dir()/_stp_unlock_transport_dir(). (_stp_mkdir_proc_module): Ditto.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 35ce7c79..945a1894 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-12 David Smith <dsmith@redhat.com>
+
+ * procfs.c (_stp_rmdir_proc_module): Changed
+ _stp_lock_debugfs()/_stp_unlock_debugfs() to
+ _stp_lock_transport_dir()/_stp_unlock_transport_dir().
+ (_stp_mkdir_proc_module): Ditto.
+
2009-02-11 Tim Moore <timoore@redhat.com>
* stack.c (_stp_stack_print_fallback): Implementation that uses kernel