内核文件系统API之notify_change

int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) 用于检查文件系统attribute的改动是否有效,有效的话,就通知文件系统这个改动,无效的话就返回error 其源码分析以下: int notify_change(struct dentry * dentry,
相关文章
相关标签/搜索