diff options
Diffstat (limited to 'arch/s390/hypfs/inode.c')
-rw-r--r-- | arch/s390/hypfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/hypfs/inode.c b/arch/s390/hypfs/inode.c index 0f3da2cb2bd6..255c7eec4481 100644 --- a/arch/s390/hypfs/inode.c +++ b/arch/s390/hypfs/inode.c | |||
@@ -278,8 +278,8 @@ static int hypfs_fill_super(struct super_block *sb, void *data, int silent) | |||
278 | sbi->uid = current_uid(); | 278 | sbi->uid = current_uid(); |
279 | sbi->gid = current_gid(); | 279 | sbi->gid = current_gid(); |
280 | sb->s_fs_info = sbi; | 280 | sb->s_fs_info = sbi; |
281 | sb->s_blocksize = PAGE_CACHE_SIZE; | 281 | sb->s_blocksize = PAGE_SIZE; |
282 | sb->s_blocksize_bits = PAGE_CACHE_SHIFT; | 282 | sb->s_blocksize_bits = PAGE_SHIFT; |
283 | sb->s_magic = HYPFS_MAGIC; | 283 | sb->s_magic = HYPFS_MAGIC; |
284 | sb->s_op = &hypfs_s_ops; | 284 | sb->s_op = &hypfs_s_ops; |
285 | if (hypfs_parse_options(data, sb)) | 285 | if (hypfs_parse_options(data, sb)) |