]> Pileus Git - ~andy/linux/blobdiff - fs/pstore/internal.h
Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[~andy/linux] / fs / pstore / internal.h
index 937d820f273c2b17c5b47aa365f230970b19cc32..3b3d305277c44eabaa3eae3c7aa95b28a9826a61 100644 (file)
@@ -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