[Bug tapsets/13815] On RHEL5 (2.6.18-308.el5), the dentry.stp tapset is broken
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Mar 15 18:08:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=13815
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from David Smith <dsmith at redhat dot com> 2012-03-15 18:07:47 UTC ---
Fixed in commit 56ea472.
The problem wasn't really with the @cast() operator. In the 2.6.18-308.el5
kernel, 'struct path' was renamed to 'struct vfs_path'. (This was done to
avoid confusion because there was more than 1 'struct path'.)
To fix this, we try casting to 'struct path' first, and if that isn't there we
try 'struct vfs_path'.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list