Commit e23e9aa7 authored by Al Viro's avatar Al Viro

befs: switch to ->iterate_shared()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 22341d8f
...@@ -66,7 +66,7 @@ static struct kmem_cache *befs_inode_cachep; ...@@ -66,7 +66,7 @@ static struct kmem_cache *befs_inode_cachep;
static const struct file_operations befs_dir_operations = { static const struct file_operations befs_dir_operations = {
.read = generic_read_dir, .read = generic_read_dir,
.iterate = befs_readdir, .iterate_shared = befs_readdir,
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment