简体   繁体   English

ext3 Linux内核实现

[英]ext3 linux kernel implementation

I just read http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html which is an excellent review of the design issues used when journaling was implemented in ext3. 我刚刚阅读了http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html ,这是对在ext3中实现日记功能时使用的设计问题的出色回顾。 Could someone point me towards the section of the linux kernel code where ext3 journaling is implemented? 有人可以指出我实现ext3日记的linux内核代码部分吗?

You can use lxr to search the linux code. 您可以使用lxr搜索linux代码。

ext3 and journaling interface code is here and JDB code is here ext3和日记接口代码在这里 ,JDB代码在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM