"Cleanly" Release Inodes

When we read the inode, we attached a meta-information structure to the inode object. When the system frees this object, we need to clear this memory. This is done by implementing the 'clear_inode' super-block operation:

Here is the just-mountable STAMFS code.

Originally written by Valid HTML 4.01!guy keren