summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:10 +0000
committerJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:10 +0000
commit5636037cff0f19ceb15c88999bbd1a77ada0d6fe (patch)
treed64d03946f18be6a7657bb93e91d216ffabc9a2f /package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch
parent55f65c5c1dd4ccade263cbfedf8faad80a95904a (diff)
downloadmaster-31e0f0ae-5636037cff0f19ceb15c88999bbd1a77ada0d6fe.tar.gz
master-31e0f0ae-5636037cff0f19ceb15c88999bbd1a77ada0d6fe.tar.bz2
master-31e0f0ae-5636037cff0f19ceb15c88999bbd1a77ada0d6fe.zip
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.patch6
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 e488838958..8528ee87f9 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 &