diff options
Diffstat (limited to 'arch/s390/hypfs/hypfs_vm.c')
-rw-r--r-- | arch/s390/hypfs/hypfs_vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/hypfs_vm.c b/arch/s390/hypfs/hypfs_vm.c index 4f6afaa8bd8f..f364dcf77e8e 100644 --- a/arch/s390/hypfs/hypfs_vm.c +++ b/arch/s390/hypfs/hypfs_vm.c | |||
@@ -245,7 +245,7 @@ static int dbfs_diag2fc_create(void **data, void **data_free_ptr, size_t *size) | |||
245 | d2fc = diag2fc_store(guest_query, &count, sizeof(d2fc->hdr)); | 245 | d2fc = diag2fc_store(guest_query, &count, sizeof(d2fc->hdr)); |
246 | if (IS_ERR(d2fc)) | 246 | if (IS_ERR(d2fc)) |
247 | return PTR_ERR(d2fc); | 247 | return PTR_ERR(d2fc); |
248 | get_clock_ext(d2fc->hdr.tod_ext); | 248 | get_tod_clock_ext(d2fc->hdr.tod_ext); |
249 | d2fc->hdr.len = count * sizeof(struct diag2fc_data); | 249 | d2fc->hdr.len = count * sizeof(struct diag2fc_data); |
250 | d2fc->hdr.version = DBFS_D2FC_HDR_VERSION; | 250 | d2fc->hdr.version = DBFS_D2FC_HDR_VERSION; |
251 | d2fc->hdr.count = count; | 251 | d2fc->hdr.count = count; |