diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-01-01 01:25:17 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 11:13:57 +0000 |
| commit | 63281708fab30adc4ca1a506deefbf8a54dcce6d (patch) | |
| tree | bf6b9b48314909bd062f4fba473708065cbd6c81 /meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/fallocate.patch | |
| parent | 5ddb7d4ebb135e288ab56b44aceabb3578ae9ed1 (diff) | |
| download | poky-63281708fab30adc4ca1a506deefbf8a54dcce6d.tar.gz | |
e2fsprogs: upgrade to 1.42.9
* Upgrade to 1.42.9
* Remove the following patches since they have been merged/fixed by
upstream:
- debugfs-extent-header.patch
- debugfs-sparse-copy.patch
- debugfs-too-short.patch
- e2fsprogs-fix-tests-f_extent_oobounds.patch
- fallocate.patch
* The populate-extfs.sh had been merged by the upstream, but I'd like to
go on using the previous one which is from our meta layer, they are a
little different, and the script would be dropped when we use the mke2fs
to populate the rootfs.
* Sumitted the patch for populate-extfs.sh (from Søren Holm) to upstream.
* Submitted fix-icache.patch to upstream, I wrongly thought it was not
applicable to the upstream, but it does.
* Join the do_install() and do_install_append() together.
(From OE-Core rev: 82cc941128f9eaf57c3a9a648fc58227f6c1956c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/fallocate.patch')
| -rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/fallocate.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/fallocate.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/fallocate.patch deleted file mode 100644 index d074c15cfd..0000000000 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/fallocate.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | We assume that fallocate is supported somehow | ||
| 2 | but we need to check if we have fallocate() | ||
| 3 | this problem shows up on uclibc systems since | ||
| 4 | uclibc does not have fallocate() implemented | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | |||
| 10 | Index: e2fsprogs-1.42/lib/ext2fs/unix_io.c | ||
| 11 | =================================================================== | ||
| 12 | --- e2fsprogs-1.42.orig/lib/ext2fs/unix_io.c 2012-01-17 17:24:34.290780625 -0800 | ||
| 13 | +++ e2fsprogs-1.42/lib/ext2fs/unix_io.c 2012-01-17 17:25:37.338783680 -0800 | ||
| 14 | @@ -895,7 +895,7 @@ | ||
| 15 | goto unimplemented; | ||
| 16 | #endif | ||
| 17 | } else { | ||
| 18 | -#ifdef FALLOC_FL_PUNCH_HOLE | ||
| 19 | +#if defined FALLOC_FL_PUNCH_HOLE && defined HAVE_FALLOCATE | ||
| 20 | /* | ||
| 21 | * If we are not on block device, try to use punch hole | ||
| 22 | * to reclaim free space. | ||
