diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-05-26 01:02:55 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 01:02:55 +0300 |
commit | 342045a35b1981a89e4bc80842b10c065e1050da (patch) | |
tree | 4140720b20e8d641c11da882010d6130a75fef21 /package/busybox/patches/007-upstream_mkfs_ext2_fixes.patch | |
parent | 7338133dde8238afce34676214b494c8db96689b (diff) | |
parent | 1a116ce7818ecee5d167a9c0ebb1a0feca9120e6 (diff) |
Merge trunk into realtek-unstable
Conflicts:
Config.in
feeds.conf.default
package/base-files/files/etc/hotplug2-common.rules
package/network/config/netifd/files/etc/init.d/network
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 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 & |