|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Writing filesystems, or any kernel code, is hard. The kernel is a complex environment to master, and small
mistakes can cause severe data corruption. Filesystems, however, offer a clean data access mechanism that is
transparent to user applications, which is why developers always desire to add new features to filesystems. In
this article, we provide a quick introduction so you can add new functionality to existing filesystems without
having to become a kernel or filesystems expert. |
|