zdump: stdout_write_dump: replace magic value

Replace magic value with something easier to read.

Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2021-09-24 07:16:42 +00:00
committed by Jan Höppner
parent 524017ac06
commit 7567506cca
+1 -1
View File
@@ -17,8 +17,8 @@
int stdout_write_dump(void)
{
const u64 output_size = dfo_size();
char buf[8UL * PAGE_SIZE];
u64 written = 0;
char buf[32768];
if (!dfi_feat_copy())
ERR_EXIT("Copying not possible for %s dumps", dfi_name());