arter97 / exfat-linux

EOL exFAT filesystem module for Linux kernel. Everyone should be using https://github.com/namjaejeon/linux-exfat-oot instead.
Other
262 stars 59 forks source link

Move symlink support to fatfs #11

Closed piranna closed 4 years ago

piranna commented 4 years ago

Since data structures are almost the same for all FAT filesystems, can be the symlinks support being ported to the abstract fatfs filesystem, so support for them is available for all FAT filesystems, not only ExFAT? The reserved field is available in all of them...