aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/scantest.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-02-02 16:19:59 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-02-02 16:19:59 +0000
commit80e808fceb61c2061b32593c610893bf07a863ee (patch)
treea06dadc93991b8fdfa81307f8a2f634f88a70e21 /e2fsck/scantest.c
parent73ae2d4a23f04e129cd08e29d9124620ad7b4300 (diff)
downloadandroid_external_e2fsprogs-80e808fceb61c2061b32593c610893bf07a863ee.tar.gz
android_external_e2fsprogs-80e808fceb61c2061b32593c610893bf07a863ee.tar.bz2
android_external_e2fsprogs-80e808fceb61c2061b32593c610893bf07a863ee.zip
ChangeLog, debugfs.c:
debugfs.c (dump_inode): Remove #ifdef for i_version vs. i_generation since we know it will always be i_generation now. ChangeLog, e2fsck.h, flushb.c, scantest.c: e2fsck.h, flushb.c, scantest.c: Remove uneeded include of linux/fs.h bmap.c: Fix silly spelling typo. ChangeLog, getsize.c, ismounted.c, swapfs.c: getsize.c, ismounted.c: Remove unneeded include of linux/fs.h swapfs.c: Remove #ifdef HAVE_EXT2_INODE_VERSION since it's not needed any more; we know it will always be i_generation. Add support for swapping the high bits of the uid and gid.
Diffstat (limited to 'e2fsck/scantest.c')
-rw-r--r--e2fsck/scantest.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/e2fsck/scantest.c b/e2fsck/scantest.c
index f82e67f9..1a37dc43 100644
--- a/e2fsck/scantest.c
+++ b/e2fsck/scantest.c
@@ -29,9 +29,6 @@
#include <sys/types.h>
#include <sys/time.h>
-#ifdef HAVE_LINUX_FS_H
-#include <linux/fs.h>
-#endif
#include <linux/ext2_fs.h>
#include "ext2fs/ext2fs.h"