clear_inode — clear an inode
void clear_inode (struct inode * inode);
void clear_inode (
)
inode
inode to clear
This is called by the filesystem to tell us that the inode is no longer useful. We just terminate it with extreme prejudice.