Skip to content

VN_RELE vs vnode_put #34

@GoogleCodeExporter

Description

@GoogleCodeExporter
There's a few places where we have IFDEF'd code like:

#ifdef __APPLE__
                        vnode_put(ZTOV(attrzp));
#else
                        VN_RELE(ZTOV(attrzp));
#endif

If we can conditionally change the VN_RELE action to do a vnode_put instead, 
then we may be able 
to avoid such ifdefs littered around the code.

Original issue reported on code.google.com by [email protected] on 22 Feb 2010 at 1:13

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions