X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fpstore%2Finternal.h;h=3b3d305277c44eabaa3eae3c7aa95b28a9826a61;hb=cf39c8e5352b4fb9efedfe7e9acb566a85ed847c;hp=937d820f273c2b17c5b47aa365f230970b19cc32;hpb=240fbe2347f1bb58c45fe07fd7c1e5ed96e2e983;p=~andy%2Flinux diff --git a/fs/pstore/internal.h b/fs/pstore/internal.h index 937d820f273..3b3d305277c 100644 --- a/fs/pstore/internal.h +++ b/fs/pstore/internal.h @@ -50,8 +50,9 @@ extern struct pstore_info *psinfo; extern void pstore_set_kmsg_bytes(int); extern void pstore_get_records(int); extern int pstore_mkfile(enum pstore_type_id, char *psname, u64 id, - int count, char *data, size_t size, - struct timespec time, struct pstore_info *psi); + int count, char *data, bool compressed, + size_t size, struct timespec time, + struct pstore_info *psi); extern int pstore_is_mounted(void); #endif