You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 alex.ble...@gmail.com on 22 Feb 2010 at 1:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
alex.ble...@gmail.com
on 22 Feb 2010 at 1:13The text was updated successfully, but these errors were encountered: