Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | syscallcompat: move quirks logic here & fix darwin | Jakob Unterwurzacher | |
We need to look at f_fstypename acc. to https://stackoverflow.com/a/52299141/1380267 : > As filesystem type numbers are now assigned at runtime in > recent versions of MacOS, you must use f_fstypename to > determine the type. https://github.com/rfjakob/gocryptfs/issues/585 |