Commit c51da20c authored by Al Viro's avatar Al Viro

more trivial ->iterate_shared conversions

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 060ff688
...@@ -70,7 +70,7 @@ static int bfs_readdir(struct file *f, struct dir_context *ctx) ...@@ -70,7 +70,7 @@ static int bfs_readdir(struct file *f, struct dir_context *ctx)
const struct file_operations bfs_dir_operations = { const struct file_operations bfs_dir_operations = {
.read = generic_read_dir, .read = generic_read_dir,
.iterate = bfs_readdir, .iterate_shared = bfs_readdir,
.fsync = generic_file_fsync, .fsync = generic_file_fsync,
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
}; };
......
...@@ -561,7 +561,7 @@ static const struct address_space_operations cramfs_aops = { ...@@ -561,7 +561,7 @@ static const struct address_space_operations cramfs_aops = {
static const struct file_operations cramfs_directory_operations = { static const struct file_operations cramfs_directory_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = cramfs_readdir, .iterate_shared = cramfs_readdir,
}; };
static const struct inode_operations cramfs_dir_inode_operations = { static const struct inode_operations cramfs_dir_inode_operations = {
......
...@@ -12,7 +12,7 @@ static int efs_readdir(struct file *, struct dir_context *); ...@@ -12,7 +12,7 @@ static int efs_readdir(struct file *, struct dir_context *);
const struct file_operations efs_dir_operations = { const struct file_operations efs_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = efs_readdir, .iterate_shared = efs_readdir,
}; };
const struct inode_operations efs_dir_inode_operations = { const struct inode_operations efs_dir_inode_operations = {
...@@ -100,4 +100,3 @@ static int efs_readdir(struct file *file, struct dir_context *ctx) ...@@ -100,4 +100,3 @@ static int efs_readdir(struct file *file, struct dir_context *ctx)
ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot;
return 0; return 0;
} }
...@@ -657,5 +657,5 @@ int exofs_empty_dir(struct inode *inode) ...@@ -657,5 +657,5 @@ int exofs_empty_dir(struct inode *inode)
const struct file_operations exofs_dir_operations = { const struct file_operations exofs_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = exofs_readdir, .iterate_shared = exofs_readdir,
}; };
...@@ -58,7 +58,7 @@ const struct inode_operations vxfs_dir_inode_ops = { ...@@ -58,7 +58,7 @@ const struct inode_operations vxfs_dir_inode_ops = {
const struct file_operations vxfs_dir_operations = { const struct file_operations vxfs_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = vxfs_readdir, .iterate_shared = vxfs_readdir,
}; };
static inline u_long static inline u_long
......
...@@ -40,7 +40,7 @@ static int jffs2_rename (struct inode *, struct dentry *, ...@@ -40,7 +40,7 @@ static int jffs2_rename (struct inode *, struct dentry *,
const struct file_operations jffs2_dir_operations = const struct file_operations jffs2_dir_operations =
{ {
.read = generic_read_dir, .read = generic_read_dir,
.iterate = jffs2_readdir, .iterate_shared=jffs2_readdir,
.unlocked_ioctl=jffs2_ioctl, .unlocked_ioctl=jffs2_ioctl,
.fsync = jffs2_fsync, .fsync = jffs2_fsync,
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
......
...@@ -1166,7 +1166,7 @@ static int empty_dir_readdir(struct file *file, struct dir_context *ctx) ...@@ -1166,7 +1166,7 @@ static int empty_dir_readdir(struct file *file, struct dir_context *ctx)
static const struct file_operations empty_dir_operations = { static const struct file_operations empty_dir_operations = {
.llseek = empty_dir_llseek, .llseek = empty_dir_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = empty_dir_readdir, .iterate_shared = empty_dir_readdir,
.fsync = noop_fsync, .fsync = noop_fsync,
}; };
......
...@@ -791,7 +791,7 @@ const struct inode_operations logfs_dir_iops = { ...@@ -791,7 +791,7 @@ const struct inode_operations logfs_dir_iops = {
const struct file_operations logfs_dir_fops = { const struct file_operations logfs_dir_fops = {
.fsync = logfs_fsync, .fsync = logfs_fsync,
.unlocked_ioctl = logfs_ioctl, .unlocked_ioctl = logfs_ioctl,
.iterate = logfs_readdir, .iterate_shared = logfs_readdir,
.read = generic_read_dir, .read = generic_read_dir,
.llseek = default_llseek, .llseek = default_llseek,
}; };
...@@ -661,7 +661,7 @@ int nilfs_empty_dir(struct inode *inode) ...@@ -661,7 +661,7 @@ int nilfs_empty_dir(struct inode *inode)
const struct file_operations nilfs_dir_operations = { const struct file_operations nilfs_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = nilfs_readdir, .iterate_shared = nilfs_readdir,
.unlocked_ioctl = nilfs_ioctl, .unlocked_ioctl = nilfs_ioctl,
#ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT
.compat_ioctl = nilfs_compat_ioctl, .compat_ioctl = nilfs_compat_ioctl,
......
...@@ -452,6 +452,6 @@ const struct inode_operations omfs_dir_inops = { ...@@ -452,6 +452,6 @@ const struct inode_operations omfs_dir_inops = {
const struct file_operations omfs_dir_operations = { const struct file_operations omfs_dir_operations = {
.read = generic_read_dir, .read = generic_read_dir,
.iterate = omfs_readdir, .iterate_shared = omfs_readdir,
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
}; };
...@@ -166,7 +166,7 @@ static int openpromfs_readdir(struct file *, struct dir_context *); ...@@ -166,7 +166,7 @@ static int openpromfs_readdir(struct file *, struct dir_context *);
static const struct file_operations openprom_operations = { static const struct file_operations openprom_operations = {
.read = generic_read_dir, .read = generic_read_dir,
.iterate = openpromfs_readdir, .iterate_shared = openpromfs_readdir,
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
}; };
......
...@@ -71,7 +71,7 @@ const struct file_operations qnx4_dir_operations = ...@@ -71,7 +71,7 @@ const struct file_operations qnx4_dir_operations =
{ {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = qnx4_readdir, .iterate_shared = qnx4_readdir,
.fsync = generic_file_fsync, .fsync = generic_file_fsync,
}; };
......
...@@ -272,7 +272,7 @@ unsigned qnx6_find_entry(int len, struct inode *dir, const char *name, ...@@ -272,7 +272,7 @@ unsigned qnx6_find_entry(int len, struct inode *dir, const char *name,
const struct file_operations qnx6_dir_operations = { const struct file_operations qnx6_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = qnx6_readdir, .iterate_shared = qnx6_readdir,
.fsync = generic_file_fsync, .fsync = generic_file_fsync,
}; };
......
...@@ -20,7 +20,7 @@ static int reiserfs_dir_fsync(struct file *filp, loff_t start, loff_t end, ...@@ -20,7 +20,7 @@ static int reiserfs_dir_fsync(struct file *filp, loff_t start, loff_t end,
const struct file_operations reiserfs_dir_operations = { const struct file_operations reiserfs_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = reiserfs_readdir, .iterate_shared = reiserfs_readdir,
.fsync = reiserfs_dir_fsync, .fsync = reiserfs_dir_fsync,
.unlocked_ioctl = reiserfs_ioctl, .unlocked_ioctl = reiserfs_ioctl,
#ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT
......
...@@ -1195,7 +1195,7 @@ const struct file_operations ubifs_dir_operations = { ...@@ -1195,7 +1195,7 @@ const struct file_operations ubifs_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.release = ubifs_dir_release, .release = ubifs_dir_release,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = ubifs_readdir, .iterate_shared = ubifs_readdir,
.fsync = ubifs_fsync, .fsync = ubifs_fsync,
.unlocked_ioctl = ubifs_ioctl, .unlocked_ioctl = ubifs_ioctl,
#ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT
......
...@@ -202,7 +202,7 @@ static int udf_readdir(struct file *file, struct dir_context *ctx) ...@@ -202,7 +202,7 @@ static int udf_readdir(struct file *file, struct dir_context *ctx)
const struct file_operations udf_dir_operations = { const struct file_operations udf_dir_operations = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = udf_readdir, .iterate_shared = udf_readdir,
.unlocked_ioctl = udf_ioctl, .unlocked_ioctl = udf_ioctl,
.fsync = generic_file_fsync, .fsync = generic_file_fsync,
}; };
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