mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-06 08:33:26 +08:00
e2fsck: fix build failure with --enable-jbd-debug
Commit e3507739e4
introduced a build failure if e2fsprogs is
configured with --enable-jbd-debug. Fix this.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
5084088215
commit
d3f58ef166
@ -294,6 +294,8 @@ int journal_skip_recovery(journal_t *journal)
|
||||
++journal->j_transaction_sequence;
|
||||
} else {
|
||||
#ifdef CONFIG_JBD_DEBUG
|
||||
journal_superblock_t *sb = journal->j_superblock;
|
||||
|
||||
int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence);
|
||||
#endif
|
||||
jbd_debug(1,
|
||||
|
Loading…
Reference in New Issue
Block a user