diff options
author | Rob Landley <rob@landley.net> | 2006-05-03 21:58:45 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-03 21:58:45 +0000 |
commit | 7c94bed2345008b4b62014a846488319a7af0727 (patch) | |
tree | 4345ba7255410654b6c8c4d7f51122643f6d9584 /e2fsprogs/e2fsck.h | |
parent | db2ab89b7c66c97e7a849a4a25baca10de4576dc (diff) |
Big dead code elimination pass from Garrett.
Diffstat (limited to 'e2fsprogs/e2fsck.h')
-rw-r--r-- | e2fsprogs/e2fsck.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/e2fsprogs/e2fsck.h b/e2fsprogs/e2fsck.h index fb6028da9..0957f20a8 100644 --- a/e2fsprogs/e2fsck.h +++ b/e2fsprogs/e2fsck.h @@ -27,7 +27,6 @@ #include <sys/types.h> #include <linux/types.h> - /* * Now pull in the real linux/jfs.h definitions. */ @@ -82,8 +81,6 @@ These defines are used in the type field of dx_dirblock_info #define DX_DIRBLOCK_ROOT 1 #define DX_DIRBLOCK_LEAF 2 #define DX_DIRBLOCK_NODE 3 -#define DX_DIRBLOCK_CORRUPT 4 -#define DX_DIRBLOCK_CLEARED 8 /* @@ -102,7 +99,6 @@ The following defines are used in the 'flags' field of a dx_dirblock_info #define E2F_OPT_YES 0x0004 #define E2F_OPT_NO 0x0008 #define E2F_OPT_TIME 0x0010 -#define E2F_OPT_TIME2 0x0020 #define E2F_OPT_CHECKBLOCKS 0x0040 #define E2F_OPT_DEBUG 0x0080 #define E2F_OPT_FORCE 0x0100 @@ -127,21 +123,10 @@ The following defines are used in the 'flags' field of a dx_dirblock_info #define E2F_FLAG_RESTARTED 0x0200 /* E2fsck has been restarted */ #define E2F_FLAG_RESIZE_INODE 0x0400 /* Request to recreate resize inode */ -/* - * Defines for indicating the e2fsck pass number - */ -#define E2F_PASS_1 1 -#define E2F_PASS_2 2 -#define E2F_PASS_3 3 -#define E2F_PASS_4 4 -#define E2F_PASS_5 5 -#define E2F_PASS_1B 6 /*Don't know where these come from*/ #define READ 0 #define WRITE 1 -#define KERN_ERR "" -#define KERN_DEBUG "" #define cpu_to_be32(n) htonl(n) #define be32_to_cpu(n) ntohl(n) |