|
@@ -935,7 +935,7 @@ static int erst_open_pstore(struct pstore_info *psi);
|
|
|
static int erst_close_pstore(struct pstore_info *psi);
|
|
|
static ssize_t erst_reader(u64 *id, enum pstore_type_id *type, int *count,
|
|
|
struct timespec *time, char **buf,
|
|
|
- struct pstore_info *psi);
|
|
|
+ bool *compressed, struct pstore_info *psi);
|
|
|
static int erst_writer(enum pstore_type_id type, enum kmsg_dump_reason reason,
|
|
|
u64 *id, unsigned int part, int count, bool compressed,
|
|
|
size_t size, struct pstore_info *psi);
|
|
@@ -991,7 +991,7 @@ static int erst_close_pstore(struct pstore_info *psi)
|
|
|
|
|
|
static ssize_t erst_reader(u64 *id, enum pstore_type_id *type, int *count,
|
|
|
struct timespec *time, char **buf,
|
|
|
- struct pstore_info *psi)
|
|
|
+ bool *compressed, struct pstore_info *psi)
|
|
|
{
|
|
|
int rc;
|
|
|
ssize_t len = 0;
|