diff options
Diffstat (limited to 'arch/s390/hypfs/inode.c')
-rw-r--r-- | arch/s390/hypfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/hypfs/inode.c b/arch/s390/hypfs/inode.c index 98a4a4c267a7..74d98670be27 100644 --- a/arch/s390/hypfs/inode.c +++ b/arch/s390/hypfs/inode.c | |||
@@ -449,6 +449,7 @@ static const struct file_operations hypfs_file_ops = { | |||
449 | .write = do_sync_write, | 449 | .write = do_sync_write, |
450 | .aio_read = hypfs_aio_read, | 450 | .aio_read = hypfs_aio_read, |
451 | .aio_write = hypfs_aio_write, | 451 | .aio_write = hypfs_aio_write, |
452 | .llseek = no_llseek, | ||
452 | }; | 453 | }; |
453 | 454 | ||
454 | static struct file_system_type hypfs_type = { | 455 | static struct file_system_type hypfs_type = { |