pstore: Pass header size in the pstore write callback
[deliverable/linux.git] / drivers / firmware / efi / efi-pstore.c
index 202d2c85ba2e79e2db866e78a03dffa240967f25..452800e005b63d0f274a37bf20df6a762c81a7e4 100644 (file)
@@ -104,7 +104,7 @@ static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type,
 
 static int efi_pstore_write(enum pstore_type_id type,
                enum kmsg_dump_reason reason, u64 *id,
-               unsigned int part, int count, size_t size,
+               unsigned int part, int count, size_t hsize, size_t size,
                struct pstore_info *psi)
 {
        char name[DUMP_NAME_LEN];
This page took 0.052611 seconds and 5 git commands to generate.