mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1039] [MERGED] Convert file offsets from size_t to off_t #1772
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1772
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1039
Author: @gaul
Created: 6/14/2019
Status: ✅ Merged
Merged: 6/23/2019
Merged by: @ggtakec
Base:
master← Head:off_t📝 Commits (1)
15b7450Convert file offsets from size_t to off_t📊 Changes
5 files changed (+172 additions, -172 deletions)
View changed files
📝
src/curl.cpp(+7 -7)📝
src/curl.h(+2 -2)📝
src/fdcache.cpp(+121 -121)📝
src/fdcache.h(+29 -29)📝
src/s3fs.cpp(+13 -13)📄 Description
The latter is 64-bits on 32-bit platforms when specifying
-D_FILE_OFFSET_BITS=64. This allows early Raspberry Pis to use fileslarger than 2 GB. It also cleans up some ugly casting. Fixes #620.
Fixes #656.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.