-
Notifications
You must be signed in to change notification settings - Fork 326
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
v5.0 patch #145
Comments
Does this patch fix this? @CodeUnit |
Yes, it works for me. |
@CodeUnit thanks for your efforts? care to create a PR for the issue? i'd love to add your patch to the nixpkgs repository similar to 4.18 and 4.20 support we maintain: https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/exfat/default.nix#L31-L36 |
Hi all, I've forked the project to my github and I've added the patches for 4.18-4.20 and also the patch for >= 5.0. Kind regards, |
Hey @adrianban thanks for your efforts and your willingness to continue maintain exfat-nofuse. I will prepare an update in nixpkgs. |
Upstream repository is unmaintained since 2018, maintainership got taken over by AdrianBan ( dorimanx/exfat-nofuse#145 (comment) )
Upstream repository is unmaintained since 2018, maintainership got taken over by AdrianBan ( dorimanx/exfat-nofuse#145 (comment) ) (cherry picked from commit 8a6e2f5)
MS_toSB_macros.patch to fix compile problem like: /build/source/exfat_core.c: In function 'fs_error': /build/source/exfat_core.c:1760:64: error: 'MS_RDONLY' undeclared (first use in this function); did you mean 'IS_RDONLY'? else if ((opts->errors == EXFAT_ERRORS_RO) && !(sb->s_flags & MS_RDONLY)) { ^~~~~~~~~ IS_RDONLY
For linux-v5.0 this patch is needed (MS_toSB_macros.patch):
The text was updated successfully, but these errors were encountered: