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

Fix compilation error for kernel version codes < 3.0.0 #72

Closed johnbeard closed 9 years ago

johnbeard commented 9 years ago

This was caused by the flags variable being declared only if the version is >= 3.0.0 and < 3.7.0 (where it is no longer need)