diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-02-21 11:45:10 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-02-21 11:45:10 +0000 |
commit | 5636037cff0f19ceb15c88999bbd1a77ada0d6fe (patch) | |
tree | d64d03946f18be6a7657bb93e91d216ffabc9a2f /package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch | |
parent | 55f65c5c1dd4ccade263cbfedf8faad80a95904a (diff) | |
download | mtk-20170518-5636037cff0f19ceb15c88999bbd1a77ada0d6fe.zip mtk-20170518-5636037cff0f19ceb15c88999bbd1a77ada0d6fe.tar.gz mtk-20170518-5636037cff0f19ceb15c88999bbd1a77ada0d6fe.tar.bz2 |
busybox: remove two obsolete patches
They either work around missing implementations in uClibc 0.9.30 and
earlier and add already present functionality.
Closes #11210, #11211.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35710
Diffstat (limited to 'package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch')
-rw-r--r-- | package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch b/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch index e488838..8528ee8 100644 --- a/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch +++ b/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch @@ -575,7 +575,7 @@ --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c -@@ -11577,7 +11577,7 @@ static void check_resize_inode(e2fsck_t +@@ -11577,7 +11577,7 @@ static void check_resize_inode(e2fsck_t * s_reserved_gdt_blocks must be zero. */ if (!(fs->super->s_feature_compat & @@ -584,7 +584,7 @@ if (fs->super->s_reserved_gdt_blocks) { pctx.num = fs->super->s_reserved_gdt_blocks; if (fix_problem(ctx, PR_0_NONZERO_RESERVED_GDT_BLOCKS, -@@ -11593,7 +11593,7 @@ static void check_resize_inode(e2fsck_t +@@ -11593,7 +11593,7 @@ static void check_resize_inode(e2fsck_t retval = ext2fs_read_inode(fs, EXT2_RESIZE_INO, &inode); if (retval) { if (fs->super->s_feature_compat & @@ -593,7 +593,7 @@ ctx->flags |= E2F_FLAG_RESIZE_INODE; return; } -@@ -11603,7 +11603,7 @@ static void check_resize_inode(e2fsck_t +@@ -11603,7 +11603,7 @@ static void check_resize_inode(e2fsck_t * the resize inode is cleared; then we're done. */ if (!(fs->super->s_feature_compat & |