Skip to content

Commit

Permalink
Orangefs: change iterate to iterate_shared
Browse files Browse the repository at this point in the history
Changed	.iterate to .iterate_shared in orangefs_dir_operations.	I
didn't change anything else, there were	no xfstests regressions
and no problem with any	of my other tests...

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
  • Loading branch information
Mike Marshall committed Oct 3, 2022
1 parent 4fe89d0 commit 2ad4b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/orangefs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static int orangefs_dir_release(struct inode *inode, struct file *file)
const struct file_operations orangefs_dir_operations = {
.llseek = orangefs_dir_llseek,
.read = generic_read_dir,
.iterate = orangefs_dir_iterate,
.iterate_shared = orangefs_dir_iterate,
.open = orangefs_dir_open,
.release = orangefs_dir_release
};

0 comments on commit 2ad4b6f

Please sign in to comment.