-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix wrong drive format on Unix #107365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Fix wrong drive format on Unix #107365
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7e7f368
Fix wrong drive format on Unix
MojtabaTajik 9fe1985
Merge branch 'main' into FixWrongDriveFormatOnUnix
MojtabaTajik fec07ce
Add support for reading filesystem type from /proc/self/mountinfo on …
MojtabaTajik 080825d
Fix whitespaces and replace tabs with 4 spaces
MojtabaTajik 1171819
Remove pre-processor directives indention
MojtabaTajik d43dd7b
Fix whitespaces
MojtabaTajik 3542fd8
Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Mo…
MojtabaTajik 1607833
fix indention
MojtabaTajik 2fd5836
Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Mo…
MojtabaTajik 49ac57e
Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Mo…
MojtabaTajik eafc91b
Use actual type instead of var
MojtabaTajik 4a17349
Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Mo…
MojtabaTajik 3505c12
Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Mo…
MojtabaTajik c8c0a84
Simplify checks
MojtabaTajik eba6e78
add new line
MojtabaTajik 5da14ac
fix spaces
MojtabaTajik ab1e2f4
Revert "fix spaces"
MojtabaTajik d52fe86
Revert "add new line"
MojtabaTajik 4bbceac
Revert "Simplify checks"
MojtabaTajik 459d1a6
Revert "Update src/libraries/Common/src/Interop/Unix/System.Native/In…
MojtabaTajik b5e2873
Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Mo…
MojtabaTajik 542c244
Skip to mount point
MojtabaTajik 171c068
Update comment
MojtabaTajik 1ea7097
Use MemoryExtensions.Equals
MojtabaTajik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -176,4 +176,4 @@ SystemNative_GetFormatInfoForMountPoint(const char* name, char* formatNameBuffer | |
| } | ||
|
|
||
| return result; | ||
| } | ||
| } | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.