summarylogtreecommitdiffstats
path: root/kernel-5.12-backport.patch
diff options
context:
space:
mode:
authorHanabishi2021-09-24 01:24:06 +0500
committerHanabishi2021-09-24 01:24:06 +0500
commit914969f14012de1e1c3d10462237b087cc03e9ac (patch)
tree34f44be96678a321e67193b109616b1691a8ff23 /kernel-5.12-backport.patch
parentac58369099adf37a6dc664fe3d293b67f41aca32 (diff)
downloadaur-914969f14012de1e1c3d10462237b087cc03e9ac.tar.gz
Update patches
Diffstat (limited to 'kernel-5.12-backport.patch')
-rw-r--r--kernel-5.12-backport.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-5.12-backport.patch b/kernel-5.12-backport.patch
index 098208d2bfcc..f8e2c8251e41 100644
--- a/kernel-5.12-backport.patch
+++ b/kernel-5.12-backport.patch
@@ -226,7 +226,7 @@
--- a/super.c
+++ b/super.c
-@@ -518,9 +518,9 @@
+@@ -514,9 +514,9 @@
struct user_namespace *user_ns = seq_user_ns(m);
seq_printf(m, ",uid=%u",
@@ -238,7 +238,7 @@
if (opts->fmask)
seq_printf(m, ",fmask=%04o", ~opts->fs_fmask_inv);
if (opts->dmask)
-@@ -1407,7 +1407,7 @@
+@@ -1403,7 +1403,7 @@
.init_fs_context = ntfs_init_fs_context,
.parameters = ntfs_fs_parameters,
.kill_sb = kill_block_super,