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: use new i_version API for kernel 4.16+ #132

Closed htruong closed 6 years ago

htruong commented 6 years ago

Kernel 4.16+ breaks the i_version pointer and forces use of the iversion API. This commit adds a macro to enable compilation with v4.16+

Signed-off-by: Huan Truong htruong@tnhh.net