more trivial ->iterate_shared conversions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Родитель
060ff688ca
Коммит
c51da20c48
|
@ -70,7 +70,7 @@ static int bfs_readdir(struct file *f, struct dir_context *ctx)
|
|||
|
||||
const struct file_operations bfs_dir_operations = {
|
||||
.read = generic_read_dir,
|
||||
.iterate = bfs_readdir,
|
||||
.iterate_shared = bfs_readdir,
|
||||
.fsync = generic_file_fsync,
|
||||
.llseek = generic_file_llseek,
|
||||
};
|
||||
|
|
|
@ -561,7 +561,7 @@ static const struct address_space_operations cramfs_aops = {
|
|||
static const struct file_operations cramfs_directory_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = cramfs_readdir,
|
||||
.iterate_shared = cramfs_readdir,
|
||||
};
|
||||
|
||||
static const struct inode_operations cramfs_dir_inode_operations = {
|
||||
|
|
|
@ -12,7 +12,7 @@ static int efs_readdir(struct file *, struct dir_context *);
|
|||
const struct file_operations efs_dir_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = efs_readdir,
|
||||
.iterate_shared = efs_readdir,
|
||||
};
|
||||
|
||||
const struct inode_operations efs_dir_inode_operations = {
|
||||
|
@ -100,4 +100,3 @@ static int efs_readdir(struct file *file, struct dir_context *ctx)
|
|||
ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -657,5 +657,5 @@ not_empty:
|
|||
const struct file_operations exofs_dir_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = exofs_readdir,
|
||||
.iterate_shared = exofs_readdir,
|
||||
};
|
||||
|
|
|
@ -58,7 +58,7 @@ const struct inode_operations vxfs_dir_inode_ops = {
|
|||
const struct file_operations vxfs_dir_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = vxfs_readdir,
|
||||
.iterate_shared = vxfs_readdir,
|
||||
};
|
||||
|
||||
static inline u_long
|
||||
|
|
|
@ -40,7 +40,7 @@ static int jffs2_rename (struct inode *, struct dentry *,
|
|||
const struct file_operations jffs2_dir_operations =
|
||||
{
|
||||
.read = generic_read_dir,
|
||||
.iterate = jffs2_readdir,
|
||||
.iterate_shared=jffs2_readdir,
|
||||
.unlocked_ioctl=jffs2_ioctl,
|
||||
.fsync = jffs2_fsync,
|
||||
.llseek = generic_file_llseek,
|
||||
|
|
|
@ -1166,7 +1166,7 @@ static int empty_dir_readdir(struct file *file, struct dir_context *ctx)
|
|||
static const struct file_operations empty_dir_operations = {
|
||||
.llseek = empty_dir_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = empty_dir_readdir,
|
||||
.iterate_shared = empty_dir_readdir,
|
||||
.fsync = noop_fsync,
|
||||
};
|
||||
|
||||
|
|
|
@ -791,7 +791,7 @@ const struct inode_operations logfs_dir_iops = {
|
|||
const struct file_operations logfs_dir_fops = {
|
||||
.fsync = logfs_fsync,
|
||||
.unlocked_ioctl = logfs_ioctl,
|
||||
.iterate = logfs_readdir,
|
||||
.iterate_shared = logfs_readdir,
|
||||
.read = generic_read_dir,
|
||||
.llseek = default_llseek,
|
||||
};
|
||||
|
|
|
@ -661,7 +661,7 @@ not_empty:
|
|||
const struct file_operations nilfs_dir_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = nilfs_readdir,
|
||||
.iterate_shared = nilfs_readdir,
|
||||
.unlocked_ioctl = nilfs_ioctl,
|
||||
#ifdef CONFIG_COMPAT
|
||||
.compat_ioctl = nilfs_compat_ioctl,
|
||||
|
|
|
@ -452,6 +452,6 @@ const struct inode_operations omfs_dir_inops = {
|
|||
|
||||
const struct file_operations omfs_dir_operations = {
|
||||
.read = generic_read_dir,
|
||||
.iterate = omfs_readdir,
|
||||
.iterate_shared = omfs_readdir,
|
||||
.llseek = generic_file_llseek,
|
||||
};
|
||||
|
|
|
@ -166,7 +166,7 @@ static int openpromfs_readdir(struct file *, struct dir_context *);
|
|||
|
||||
static const struct file_operations openprom_operations = {
|
||||
.read = generic_read_dir,
|
||||
.iterate = openpromfs_readdir,
|
||||
.iterate_shared = openpromfs_readdir,
|
||||
.llseek = generic_file_llseek,
|
||||
};
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ const struct file_operations qnx4_dir_operations =
|
|||
{
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = qnx4_readdir,
|
||||
.iterate_shared = qnx4_readdir,
|
||||
.fsync = generic_file_fsync,
|
||||
};
|
||||
|
||||
|
|
|
@ -272,7 +272,7 @@ found:
|
|||
const struct file_operations qnx6_dir_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = qnx6_readdir,
|
||||
.iterate_shared = qnx6_readdir,
|
||||
.fsync = generic_file_fsync,
|
||||
};
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = reiserfs_readdir,
|
||||
.iterate_shared = reiserfs_readdir,
|
||||
.fsync = reiserfs_dir_fsync,
|
||||
.unlocked_ioctl = reiserfs_ioctl,
|
||||
#ifdef CONFIG_COMPAT
|
||||
|
|
|
@ -1195,7 +1195,7 @@ const struct file_operations ubifs_dir_operations = {
|
|||
.llseek = generic_file_llseek,
|
||||
.release = ubifs_dir_release,
|
||||
.read = generic_read_dir,
|
||||
.iterate = ubifs_readdir,
|
||||
.iterate_shared = ubifs_readdir,
|
||||
.fsync = ubifs_fsync,
|
||||
.unlocked_ioctl = ubifs_ioctl,
|
||||
#ifdef CONFIG_COMPAT
|
||||
|
|
|
@ -202,7 +202,7 @@ out:
|
|||
const struct file_operations udf_dir_operations = {
|
||||
.llseek = generic_file_llseek,
|
||||
.read = generic_read_dir,
|
||||
.iterate = udf_readdir,
|
||||
.iterate_shared = udf_readdir,
|
||||
.unlocked_ioctl = udf_ioctl,
|
||||
.fsync = generic_file_fsync,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче