http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2021/01/14/Get-better-NTFS-support-on-Raspberry-Pi.html
= inode- > i_mode) {
- err = ntfs_acl_chmod(mnt_userns, inode);
+ err = ntfs_acl_chmod(inode);
if (err)
goto out; EOT patch --ignore-whitespace namei.c < < ' EOT '
--- a/namei.c
+++ b/namei.c
@@ -102,7 +102,7 @@ static struct dentry *ntfs_lookup(struct inode *dir, struct dentry *dentry,
*
* inode_operations::create
*/
-static int ntfs_create(struct user_namespace *mnt_userns, struct inode *dir,
+static int ntfs_create(struct inode *dir,
...