aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs_abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/logfs/logfs_abi.h')
-rw-r--r--fs/logfs/logfs_abi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/logfs/logfs_abi.h b/fs/logfs/logfs_abi.h
index 8d4dd3de551e..d8cc95734a60 100644
--- a/fs/logfs/logfs_abi.h
+++ b/fs/logfs/logfs_abi.h
@@ -422,7 +422,6 @@ SIZE_CHECK(logfs_segment_entry, 8);
422 * not including header 422 * not including header
423 * @h_datalen: length of uncompressed data 423 * @h_datalen: length of uncompressed data
424 * @h_type: JE type 424 * @h_type: JE type
425 * @h_version: unnormalized version of journal entry
426 * @h_compr: compression type 425 * @h_compr: compression type
427 * @h_pad: reserved 426 * @h_pad: reserved
428 */ 427 */
@@ -431,9 +430,8 @@ struct logfs_journal_header {
431 __be16 h_len; 430 __be16 h_len;
432 __be16 h_datalen; 431 __be16 h_datalen;
433 __be16 h_type; 432 __be16 h_type;
434 __be16 h_version;
435 __u8 h_compr; 433 __u8 h_compr;
436 __u8 h_pad[3]; 434 __u8 h_pad[5];
437}; 435};
438 436
439SIZE_CHECK(logfs_journal_header, 16); 437SIZE_CHECK(logfs_journal_header, 16);