aboutsummaryrefslogtreecommitdiffstats
path: root/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch
blob: 67a30f610b53a19993858e1114dae10321b3ae0e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -73,7 +73,7 @@
  * Exit codes used by fsck-type programs
  */
 #define FSCK_OK          0	/* No errors */
-#define FSCK_NONDESTRUCT 1	/* File system errors corrected */
+#define FSCK_NONDESTRUCT 0	/* File system errors corrected */
 #define FSCK_REBOOT      2	/* System should be rebooted */
 #define FSCK_UNCORRECTED 4	/* File system errors left uncorrected */
 #define FSCK_ERROR       8	/* Operational error */