This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/13815] On RHEL5 (2.6.18-308.el5), the dentry.stp tapset is broken


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]