Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuse文件系统框架 #861

Merged
merged 7 commits into from
Jul 24, 2024
Merged

Conversation

liuslient
Copy link
Contributor

添加touch创建文件功能

struct dfs_inode *inode; //指向对应的inode
};

struct dfs_dentry *root; //根节点
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个结构体我看一直是有增加,没有减少,是不是会爆内存呀

Copy link
Member

@helight helight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@helight helight merged commit 8a1c95b into linuxkerneltravel:develop Jul 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants