Re: [f2fs-dev] [PATCH 1/3] f2fs-tools: Build f2fs-tools with _FILE_OFFSET_BITS=64
Chao Yu via Linux-f2fs-devel <[email protected]>
| Newsgroups | net.sourceforge.lists.linux-f2fs-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/2/26 14:56, Jaegeuk Kim via Linux-f2fs-devel wrote: > From: "xiuhong.wang" <[email protected]> > > After commit b15b6cc56ac7("f2fs-tools: convert to lseek() and kill > lseek64"), 32-bit Android should also be built with > _FILE_OFFSET_BITS=64. > > When calling the lseek function on arm32, if the offset exceeds 32 > bits, lseek fails. Therefore, the flag _FILE_OFFSET_BITS=64 is > added to support operations with offsets greater than 32 bits on > arm32. > > Signed-off-by: Xiuhong Wang <[email protected]> > Signed-off-by: Zhiguo Niu <[email protected]> > Signed-off-by: Jaegeuk Kim <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks, _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel