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 324 forks source link

Update exfat_super.c to fix a typo so that it would compile on 3.11 #25

Closed htruong closed 11 years ago

htruong commented 11 years ago

The typo prevented exfat to compile on 3.11-rc7

Typo: file -> filp

dorimanx commented 11 years ago

Thanks :)