K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-16T03:08:34.000000Z K 7 svn:log V 277 Undo previous commit to avoid panic, and fix order of argument of VOP_LINK(). The reason of strange behavior was wrong order of the argument, that is, the operation # ln foo bar in a union fs tried to do # ln bar foo in ufs layer. Now we can make a link in a union fs. END