]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs: fix file system generation with large files
authorRoss Burton <ross.burton@intel.com>
Thu, 14 Feb 2019 11:49:38 +0000 (11:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:03 +0000 (22:25 +0000)
commita77360db529d0ac3cb91161001546754d0371aa2
treed2be60292a0002fd995235bc633e7cfc5c50ea97
parent1ee1701a01e1bd9146e53613e80ea9185579c719
e2fsprogs: fix file system generation with large files

When copying files into the file system the file offset was being truncated to a
signed 32-bit value, so any files that are larger than 2^31 bytes were the right
size, but no content after that point.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-create_inode-fix-copying-large-files.patch [new file with mode: 0644]
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb