dorimanx / exfat-nofuse

Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems
GNU General Public License v2.0
710 stars 326 forks source link

Does not compile with Kernel 4.8 #91

Closed freswa closed 7 years ago

freswa commented 7 years ago

Distribution: Arch Build via DKMS

/var/lib/dkms/exfat/162.051167c/build/exfat_super.c:352:15: error: too few arguments to function ‘full_name_hash’
qstr->hash = full_name_hash(qstr->name, exfat_striptail_len(qstr));
/var/lib/dkms/exfat/162.051167c/build/exfat_super.c:455:20: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.d_compare = exfat_cmpi,
nettucu commented 7 years ago

Duplicate, also arch