Before Linux kernel 2.6, super_operations (include/linux/fs.h) have both read_inode
and write_inode
functions. But newer kernel does not have read_inode
any more, then when and how does the VFS read in inode information from specific file system implementation? What is the new course of inode related processing in VFS?
Do you have any updated materials on how to implement file systems under NEW kernel VFS?