Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fsck: optionally ignore specific fsck issues completely
[gitweb.git]
/
fsck.h
diff --git
a/fsck.h
b/fsck.h
index 3ef92a31a6df87edd2682459dceb77424c417f20..1dab276899c09aafc0ccfa249b5093271ec6a414 100644
(file)
--- a/
fsck.h
+++ b/
fsck.h
@@
-3,6
+3,7
@@
#define FSCK_ERROR 1
#define FSCK_WARN 2
+#define FSCK_IGNORE 3
struct fsck_options;