|
@@ -716,7 +716,7 @@ not_empty:
|
|
const struct file_operations ext2_dir_operations = {
|
|
const struct file_operations ext2_dir_operations = {
|
|
.llseek = generic_file_llseek,
|
|
.llseek = generic_file_llseek,
|
|
.read = generic_read_dir,
|
|
.read = generic_read_dir,
|
|
- .iterate = ext2_readdir,
|
|
|
|
|
|
+ .iterate_shared = ext2_readdir,
|
|
.unlocked_ioctl = ext2_ioctl,
|
|
.unlocked_ioctl = ext2_ioctl,
|
|
#ifdef CONFIG_COMPAT
|
|
#ifdef CONFIG_COMPAT
|
|
.compat_ioctl = ext2_compat_ioctl,
|
|
.compat_ioctl = ext2_compat_ioctl,
|