aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/problemP.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-12-31 16:33:33 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-12-31 16:33:33 -0500
commit8fd98bba213bbcc93e43993aaf41e7dec19a1b61 (patch)
tree321c9153e4de28a1fc97af7d75985f0680eae7c5 /e2fsck/problemP.h
parent5582275fe06d6f4d0679d0a1a28d069769da8b41 (diff)
downloadandroid_external_e2fsprogs-8fd98bba213bbcc93e43993aaf41e7dec19a1b61.tar.gz
android_external_e2fsprogs-8fd98bba213bbcc93e43993aaf41e7dec19a1b61.tar.bz2
android_external_e2fsprogs-8fd98bba213bbcc93e43993aaf41e7dec19a1b61.zip
Add e2fsck problem handling to be configurable
Add the ability for the e2fsck configuration file to override the behaviour of e2fsck when a particular filesystem problem is encountered. This allows reconnecting an inode to lost+found to not stop the boot sequence, if a system administrator really badly wants this behaviour for some specialized reason, for example. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/problemP.h')
-rw-r--r--e2fsck/problemP.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsck/problemP.h b/e2fsck/problemP.h
index 329056b9..21264fa7 100644
--- a/e2fsck/problemP.h
+++ b/e2fsck/problemP.h
@@ -39,4 +39,5 @@ struct latch_descr {
#define PR_NO_NOMSG 0x010000 /* Don't print a message if e2fsck -n */
#define PR_PREEN_NO 0x020000 /* Use No as an answer if preening */
#define PR_PREEN_NOHDR 0x040000 /* Don't print the preen header */
-
+#define PR_CONFIG 0x080000 /* This problem has been customized
+ from the config file */