]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs: fix file system generation with large files
authorRoss Burton <ross.burton@intel.com>
Fri, 1 Feb 2019 13:09:39 +0000 (13:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2019 18:19:09 +0000 (18:19 +0000)
commitb2ffd2228f0d68d096f8003975f0f7ec28bd4313
treec86ab1405e58dfefe90bc7f4eb86ad8c7a61a80c
parent7b4302d84e6c9833089bd575c1083fe826082387
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: Richard Purdie <richard.purdie@linuxfoundation.org>
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