K 10 svn:author V 3 kib K 8 svn:date V 27 2011-03-17T11:23:12.714151Z K 7 svn:log V 421 Remove the #if defined(FFS) || defined(IFS) braces around the calls to ffs_snapgone(). ufs.ko module is not build with FFS define, causing snapshot inode number slots in superblock never be freed, as well as a reference on the snapshot vnode. IFS was removed several years ago, and UFS/FFS separation was not maintained for real. Reported, analyzed and tested by: Yamagi Burmeister MFC after: 3 days END