[openwrt/openwrt] tools: e2fsprogs: drop e2fsck patch

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 25 10:53:21 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/95e4664b5efcade30d1bcec95d6571861c3ee9c7

commit 95e4664b5efcade30d1bcec95d6571861c3ee9c7
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Sep 25 14:56:12 2024 +0200

    tools: e2fsprogs: drop e2fsck patch
    
    After digging in the history of the e2fsck exit code patch, it seems like
    there is no reason for us to carry this patch so lets drop it.
    
    Link: https://github.com/openwrt/openwrt/pull/16500
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch b/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch
deleted file mode 100644
index c94c609160..0000000000
--- a/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/e2fsck/e2fsck.h
-+++ b/e2fsck/e2fsck.h
-@@ -81,7 +81,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 */




More information about the lede-commits mailing list