提交 29884eff 编写于 作者: A Al Viro

afs: switch to ->iterate_shared()

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 e23e9aa7
...@@ -43,7 +43,7 @@ static int afs_rename(struct inode *old_dir, struct dentry *old_dentry, ...@@ -43,7 +43,7 @@ static int afs_rename(struct inode *old_dir, struct dentry *old_dentry,
const struct file_operations afs_dir_file_operations = { const struct file_operations afs_dir_file_operations = {
.open = afs_dir_open, .open = afs_dir_open,
.release = afs_release, .release = afs_release,
.iterate = afs_readdir, .iterate_shared = afs_readdir,
.lock = afs_lock, .lock = afs_lock,
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册