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
707 stars 326 forks source link

exfat_super: Update for kernel 4.11 compatibility #110

Closed Icenowy closed 7 years ago

Icenowy commented 7 years ago

In Linux kernel 4.11, the prototype of getattr function changed.

Use the new prototype and change inode acquring code, when kernel version > 4.11.

Signed-off-by: Icenowy Zheng icenowy@aosc.io

dorimanx commented 7 years ago

Thanks!