K 10 svn:author V 3 phk K 8 svn:date V 27 2002-12-27T10:06:37.000000Z K 7 svn:log V 273 Make ffs_mountfs() static. Remove the malloctype from the ufs mount structure, instead add a callback to the storage method for freeing inodes: UFS_IFREE(). Add vfs_ifree() method function which frees an inode. Unvariablelize the malloc type used for allocating inodes. END