Before kernel 2.6, super_operations kernels (include / linux / fs.h) have read_inode and write_inode . But the newer kernel no longer has read_inode , then when and how does VFS read in index information from a specific file system implementation? What is the new course for handling inode processing in VFS?
Do you have any updated materials on how to implement file systems under NEW kernel VFS?
source share