分类: LINUX
2010-10-20 16:52:48
1 fc结构
struct fuse_conn{
..........
/*readers of the connection are waiting on this*/
wait_queue_head_t waitq;
/*the list of pending requests*/
struct list_head pending;
/*the list of requests being processed*/
struct list_head processing;
..........
};
2 rm过程
3 unlink在fuse中的流程:
chinaunix网友2010-10-21 11:01:23
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com