79cc756d8b
Reverse the VFS_VRELE patch. Reference counting of vnodes does not need to be done per-fs. I noticed this while fixing vfs layering violations. Doing reference counting in generic code is also the preference cited by John Heidemann in recent discussions with him. The implementation of alternative vnode management per-fs is still a valid requirement for some filesystems but will be revisited sometime later, most likely using a different framework. Submitted by: Michael Hancock <michaelh@cet.co.jp> |
||
---|---|---|
.. | ||
cd9660 | ||
deadfs | ||
fdescfs | ||
fifofs | ||
msdosfs | ||
nullfs | ||
portalfs | ||
procfs | ||
specfs | ||
umapfs | ||
unionfs |