K 10 svn:author V 3 jmg K 8 svn:date V 27 2013-12-03T18:27:10.300318Z K 7 svn:log V 668 add two new tests... One simply renames directories.. The other moves a directory between two directories... directory renames w/ a new parent are more difficult to handle as you have to make sure that the . and .. links are correct, and all the link counts are correct... I'm not entirely happy w/ the 97 hard coded value, but with the default UFS sizes, it forces us into using indirect blocks for the directory which introduce more dependencies that softdep code has to track properly... add a config file dirrem.cfg which is what I used to reproduce/test a bug in softdep code for Kirk and Imaginary Forces... Sponsored by: Imaginary Forces Reviewed by: pho END