[PR #202] [MERGED] Specialize {set,get}xattr for OS X #1395

Closed
opened 2026-03-04 01:53:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/202
Author: @flandr
Created: 6/25/2015
Status: Merged
Merged: 6/28/2015
Merged by: @ggtakec

Base: masterHead: osx-xattr


📝 Commits (1)

  • 9b3c87e Specialize {set,get}xattr for OS X

📊 Changes

1 file changed (+27 additions, -0 deletions)

View changed files

📝 src/s3fs.cpp (+27 -0)

📄 Description

These system calls take an extra 'position' parameter on OS X. A
non-zero position value is only valid for resource forks (the Darwin
VFS layer will reject anything else with EINVAL); this patch simply
adds and ignores the parameter on Apple platforms.

Allows building against OSXFUSE.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/202 **Author:** [@flandr](https://github.com/flandr) **Created:** 6/25/2015 **Status:** ✅ Merged **Merged:** 6/28/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `osx-xattr` --- ### 📝 Commits (1) - [`9b3c87e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9b3c87ec97474806c29a61337a3d4b83f0742c26) Specialize {set,get}xattr for OS X ### 📊 Changes **1 file changed** (+27 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+27 -0) </details> ### 📄 Description These system calls take an extra 'position' parameter on OS X. A non-zero position value is only valid for resource forks (the Darwin VFS layer will reject anything else with EINVAL); this patch simply adds and ignores the parameter on Apple platforms. Allows building against OSXFUSE. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1395
No description provided.