public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/13055] New: Replace kern_path_parent in runtime/procfs.c
@ 2011-08-04 19:22 mjw at redhat dot com
  2011-08-18 18:36 ` [Bug runtime/13055] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: mjw at redhat dot com @ 2011-08-04 19:22 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13055

           Summary: Replace kern_path_parent in runtime/procfs.c
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com


runtime/procfs.c uses kern_path_parent(), but that is no longer exported
since:

commit e3c3d9c838d48c0341c40ea45ee087e3d8c8ea39
Author: Al Viro <viro@zeniv.linux.org.uk>
Date:   Mon Jun 27 17:14:56 2011 -0400

    unexport kern_path_parent()

    Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Maybe we can use one of the new (exported) functions introduced in:

commit dae6ad8f37529963ae7df52baaccf056b38f210e
Author: Al Viro <viro@zeniv.linux.org.uk>
Date:   Sun Jun 26 11:50:15 2011 -0400

    new helpers: kern_path_create/user_path_create

    combination of kern_path_parent() and lookup_create().  Does *not*
    expose struct nameidata to caller.  Syscalls converted to that...

    Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug runtime/13055] Replace kern_path_parent in runtime/procfs.c
  2011-08-04 19:22 [Bug runtime/13055] New: Replace kern_path_parent in runtime/procfs.c mjw at redhat dot com
@ 2011-08-18 18:36 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2011-08-18 18:36 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13055

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dsmith at redhat dot com
         Resolution|                            |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> 2011-08-18 18:35:11 UTC ---
Fixed in commit 7f2d56c.  Now 3.1 kernels use vfs_path_lookup().

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-18 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-04 19:22 [Bug runtime/13055] New: Replace kern_path_parent in runtime/procfs.c mjw at redhat dot com
2011-08-18 18:36 ` [Bug runtime/13055] " dsmith at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).