K 10 svn:author V 3 kib K 8 svn:date V 27 2010-04-09T08:45:30.006476Z K 7 svn:log V 283 MFC r206094: Supply default implementation of VOP_RENAME() that does neccessary unlocks and unreferences for argument vnodes, as expected by kern_renameat(9), and returns EOPNOTSUPP. This fixes locks and reference leaks when rename is attempted on fs that does not implement rename. END