[PR #2147] [MERGED] Fixed a bug about attributes of mount point #2352

Closed
opened 2026-03-04 02:05:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2147
Author: @ggtakec
Created: 4/8/2023
Status: Merged
Merged: 4/15/2023
Merged by: @ggtakec

Base: masterHead: fix_umask


📝 Commits (1)

  • a865a62 Fixed a bug about attributes of mount point

📊 Changes

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

View changed files

📝 src/s3fs.cpp (+1 -1)

📄 Description

Relevant Issue (if applicable)

A bug discovered by report #2138

Details

In some cases, stats settings including mp_umask(uid, gid) for mountpoints could not be set.
This is due to the missing fix for #1964.
This problem cannot be inspected in the current test, so I checked it manually. (It is an option specified when starting s3fs, and this inspection is currently difficult.)


🔄 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/2147 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 4/8/2023 **Status:** ✅ Merged **Merged:** 4/15/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fix_umask` --- ### 📝 Commits (1) - [`a865a62`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a865a625dbcca7e8d4c13a3d1ab3dd78f1a15c3b) Fixed a bug about attributes of mount point ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+1 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) A bug discovered by report #2138 ### Details In some cases, stats settings including `mp_umask`(`uid`, `gid`) for mountpoints could not be set. This is due to the missing fix for #1964. This problem cannot be inspected in the current test, so I checked it manually. (It is an option specified when starting s3fs, and this inspection is currently difficult.) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:06 +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#2352
No description provided.