-
- Downloads
exfat_super: Update for kernel 4.9 compatibility
The following changes have been made in kernel 4.9 that necessitate
changes
* inode_change_ok has been replaced by setattr_prepare, which takes a
dentry as its argument for security reasons
* rename's interface has changed to require an additional argument for
flags. Since we do not support rename flags, passing flags will always
return -EINVAL
Signed-off-by:
Evan Anderson <evan@eaanderson.com>
Please register or sign in to comment