Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36121
b: refs/heads/master
c: 2aed348
h: refs/heads/master
i:
  36119: 87b8760
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 27, 2006
1 parent ed8e4f6 commit e340d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae6ddcc5f24d6b06ae9231dc128904750a4155e0
refs/heads/master: 2aed3484695ecb03f1395bb62f1099e8b0826124
8 changes: 1 addition & 7 deletions trunk/fs/jbd/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2047,13 +2047,7 @@ static int __init journal_init(void)
{
int ret;

/* Static check for data structure consistency. There's no code
* invoked --- we'll just get a linker failure if things aren't right.
*/
extern void journal_bad_superblock_size(void);
if (sizeof(struct journal_superblock_s) != 1024)
journal_bad_superblock_size();

BUILD_BUG_ON(sizeof(struct journal_superblock_s) != 1024);

ret = journal_init_caches();
if (ret != 0)
Expand Down

0 comments on commit e340d88

Please sign in to comment.