http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2021/01/14/Get-better-NTFS-support-on-Raspberry-Pi.html
*/
err = ntfs_xattr_set_acl(
- & init_user_ns, inode,
+ inode,
name_len == sizeof(XATTR_NAME_POSIX_ACL_ACCESS) - 1
? ACL_TYPE_ACCESS
: ACL_TYPE_DEFAULT, EOT patch --ignore-whitespace inode.c < < ' EOT '
--- a/inode.c
+++ b/inode.c
@@ -696,36 +696,6 @@ static int ntfs_readpage(struct file *file, struct page *page)
return mpage_readpage(page, ntfs_get_block);
}
-static void ntfs_readahead(struct readahead_control...