diff options
author | Joern Engel <joern@logfs.org> | 2010-03-06 04:01:46 -0500 |
---|---|---|
committer | Joern Engel <joern@logfs.org> | 2010-03-06 04:01:46 -0500 |
commit | 9cf05b416d3324457f1dd8be35f4eaa7a9640bed (patch) | |
tree | 7a81abdbae27a6ab8882e3f722846a22720ce79d /fs/logfs/logfs_abi.h | |
parent | 6a08ab846cefc82a328cbf9abd96c2e58a6c3664 (diff) |
[LogFS] Remove h_version field
Incompatible change: h_compr is moved up so the padding is all in one chunk.
Diffstat (limited to 'fs/logfs/logfs_abi.h')
-rw-r--r-- | fs/logfs/logfs_abi.h | 4 |
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 | ||
439 | SIZE_CHECK(logfs_journal_header, 16); | 437 | SIZE_CHECK(logfs_journal_header, 16); |