summarylogtreecommitdiffstats
path: root/kernel-5.12-backport.patch
diff options
context:
space:
mode:
authorHanabishi2021-12-07 14:45:51 +0500
committerHanabishi2021-12-07 14:45:51 +0500
commit26949e04aded91dc88bef5da012cc75033e9bc82 (patch)
treea058a0a8bc7929520263727a828ef7c71b9ca3e1 /kernel-5.12-backport.patch
parentc3619423d1475233b1ad8854d5671fb798c4cae0 (diff)
downloadaur-26949e04aded91dc88bef5da012cc75033e9bc82.tar.gz
Fix patches
Diffstat (limited to 'kernel-5.12-backport.patch')
-rw-r--r--kernel-5.12-backport.patch10
1 files changed, 1 insertions, 9 deletions
diff --git a/kernel-5.12-backport.patch b/kernel-5.12-backport.patch
index e104d08576c0..b85af5b2feb9 100644
--- a/kernel-5.12-backport.patch
+++ b/kernel-5.12-backport.patch
@@ -305,15 +305,7 @@
struct inode *inode, int type, void *buffer,
size_t size)
{
-@@ -631,20 +631,20 @@
- return -EOPNOTSUPP;
- }
-
-- acl = ntfs_get_acl(inode, type, false);
-+ acl = ntfs_get_acl(inode, type);
- if (IS_ERR(acl))
- return PTR_ERR(acl);
-
+@@ -638,7 +638,7 @@
if (!acl)
return -ENODATA;