fuse-waked: for CAS, hardlinks backed by hardlinks, share virtual mode.#1838
Merged
Nathan Graybeal (ngraybeal) merged 4 commits intoMay 5, 2026
Conversation
Sam May (ag-eitilt)
approved these changes
May 5, 2026
Collaborator
Sam May (ag-eitilt)
left a comment
There was a problem hiding this comment.
Guess the approval I gave on the other PR should have been given here instead. 😁
Limit this to the CAS path for "now". Note that on this branch that is the only path. h/t to @AbrarQuazi for suggestion re:EPERM. Thanks!
ac1577f
into
sifiveinc:feature/multi-wake
11 checks passed
Contributor
Author
|
Thanks!
…On Tue, May 5, 2026, 6:06 PM Nathan Graybeal ***@***.***> wrote:
Merged #1838 <#1838> into
feature/multi-wake.
—
Reply to this email directly, view it on GitHub
<#1838 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYZWN5NHW5AZER3FL2VLY3T4ZJXW5AVCNFSM6AAAAACYSGRRQ2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRVGE4TOMJVG42TSMI>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modify hardlink test to run with CAS enabled, which before this change would cause it to fail (cannot write through hardlinks).
Extend test to check mode changes on one are observed on the other.
Rebased (hardlink test was already updated to accommodate CAS behavior) version of #1836 for multi-wake branch directly.