summaryrefslogtreecommitdiff
path: root/e2fsck/e2fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-01-02 16:53:54 -0500
committerTheodore Ts'o <tytso@mit.edu>2003-01-02 16:53:54 -0500
commitb92ae1535c7bba947100819d8efbad05b41c17f0 (patch)
treeaca413c0b1c104ec2ce4981905edeeb53d76e3a7 /e2fsck/e2fsck.h
parent8161a7484f47f12e562080a1312a4db9d2f71b40 (diff)
downloade2fsprogs-b92ae1535c7bba947100819d8efbad05b41c17f0.tar.gz
Detect if there is an attempt to run the journal twice, and
abort the e2fsck run with an error if this is the case. (Address IBM Bugzilla bug #1226)
Diffstat (limited to 'e2fsck/e2fsck.h')
-rw-r--r--e2fsck/e2fsck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h
index 492a2311..c535d040 100644
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -156,6 +156,7 @@ struct resource_track {
#define E2F_FLAG_JOURNAL_INODE 0x0080 /* Create a new ext3 journal inode */
#define E2F_FLAG_SB_SPECIFIED 0x0100 /* The superblock was explicitly
* specified by the user */
+#define E2F_FLAG_RESTARTED 0x0100 /* E2fsck has been restarted */
/*
* Defines for indicating the e2fsck pass number