在Linux2.6内核之前,super_operations (包括/ Linux /fs.h)同时具有read_inode和write_inode函数。但是较新的内核不再有read_inode,那么VFS何时以及如何从特定的文件系统实现中读取inode信息呢?VFS中与inode相关的处理的新课程是什么?
你有没有关于如何在新内核VFS下实现文件系统的更新资料?
关于Linux中的halt,在这些地方:
关闭、停止和重新启动命令之间有什么区别?
理解Linux中的关机、断电、暂停和重新引导命令
什么是Linux中的什么命令?
请说明以下内容:
halt is usually to get to a state where you can perform low level maintenance.
和
You can use it to get the system to a state where you can perform low level maintenance.
因此:“您可以执行低级别的维护”是什么意思?
一些需要理解的例子/情景将是有