K 10 svn:author V 4 jeff K 8 svn:date V 27 2010-07-06T07:07:29.464018Z K 7 svn:log V 476 - Permit zero length directories as a handled inconsistency. This allows directory truncation to proceed before the link has been cleared. This is accomplished by detecting a directory with no . or .. links and clearing the named directory entry in the parent. - Add a new function ino_remref() which handles the details of removing a reference to an inode as a result of a lost directory. There were some minor errors in various subcases of this routine. END