| commit | 2eae093081a097a0a611fe2817e1533825dfdd86 | [log] [tgz] |
|---|---|---|
| author | Theodore Ts'o <tytso@mit.edu> | Sat Aug 11 02:57:31 2007 -0400 |
| committer | Theodore Ts'o <tytso@mit.edu> | Sat Aug 11 02:57:31 2007 -0400 |
| tree | 0f34faaeaecd45d818dee4b47ecbb7363b60c53e | |
| parent | 126a291c768b523bc228b276d3bea82675a86d09 [diff] [blame] |
Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTES Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/debugfs/logdump.c b/debugfs/logdump.c index 2bf67b5..724193e 100644 --- a/debugfs/logdump.c +++ b/debugfs/logdump.c
@@ -350,7 +350,7 @@ jsb = (journal_superblock_t *) buf; sb = (struct ext2_super_block *) (buf+1024); -#ifdef ENABLE_SWAPFS +#ifdef WORDS_BIGENDIAN if (sb->s_magic == ext2fs_swab16(EXT2_SUPER_MAGIC)) ext2fs_swap_super(sb); #endif