Since our file system implementation stores inode just in memory, so we do not want to waste more for inode cache.
Under VFS, we plan not to add new inode to the inode cache hash talbe, and not to add it to the super_block inode list. But I am not sure whether it is safe to do so? Will VFS meet problems when it uses them anywhere else?
Thanks in advance.