Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable unused pathname::pn_path* (unneeded in Linux) #9025

Merged
merged 1 commit into from
Jul 15, 2019

Commits on Jul 12, 2019

  1. Disable unused pathname::pn_path* (unneeded in Linux)

    struct pathname is originally from Solaris VFS, and it has been used
    in ZoL to merely call VOP from Linux VFS interface without API change,
    therefore pathname::pn_path* are unused and unneeded. Technically,
    struct pathname is a wrapper for C string in ZoL.
    
    Saves stack a bit on lookup and unlink.
    
    (#if0'd members instead of removing since comments refer to them.)
    
    Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
    kusumi committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    796daf6 View commit details
    Browse the repository at this point in the history