aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/hypfs
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/hypfs')
-rw-r--r--arch/s390/hypfs/inode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/hypfs/inode.c b/arch/s390/hypfs/inode.c
index df7d8cbee377..3f5c799b7fb5 100644
--- a/arch/s390/hypfs/inode.c
+++ b/arch/s390/hypfs/inode.c
@@ -437,8 +437,6 @@ struct dentry *hypfs_create_str(struct dentry *dir,
437static const struct file_operations hypfs_file_ops = { 437static const struct file_operations hypfs_file_ops = {
438 .open = hypfs_open, 438 .open = hypfs_open,
439 .release = hypfs_release, 439 .release = hypfs_release,
440 .read = new_sync_read,
441 .write = new_sync_write,
442 .read_iter = hypfs_read_iter, 440 .read_iter = hypfs_read_iter,
443 .write_iter = hypfs_write_iter, 441 .write_iter = hypfs_write_iter,
444 .llseek = no_llseek, 442 .llseek = no_llseek,