From 72e4d74e4b51a18094ff640d92c859b2f43fd50d Mon Sep 17 00:00:00 2001
From: jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 21 Feb 2013 11:45:10 +0000
Subject: 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35710 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch')

diff --git a/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch b/package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch
index e48883895..8528ee87f 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 &
-- 
cgit v1.2.3