fuse学习(二)
时间:2010-10-20 来源:zishang-hhg
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中的流程:
相关阅读 更多 +