summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-12 19:10:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-12 19:17:25 +0100
commitc1fdf987dab42161ac2eff745f725d23a3d7c84d (patch)
treec56503d5065bf07ae3642be17512fc4fcf443ce8 /sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch
parent01a191b1e4175e7913d28d6221b1aff3a73d80c1 (diff)
sys-kernel/linux-{image,sources}-redcore : add v6.3 (hard mask for now)
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch')
-rw-r--r--sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch b/sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch
new file mode 100644
index 00000000..75763d62
--- /dev/null
+++ b/sys-kernel/linux-image-redcore/files/6.3-do_not_bug_the_next_18-years.patch
@@ -0,0 +1,12 @@
+diff -Naur linux-5.5.6/fs/namespace.c linux-5.5.6-p/fs/namespace.c
+--- linux-5.5.6/fs/namespace.c 2020-02-24 08:38:51.000000000 +0100
++++ linux-5.5.6-p/fs/namespace.c 2020-02-27 11:09:12.337903446 +0100
+@@ -2478,7 +2478,7 @@
+
+ time64_to_tm(sb->s_time_max, 0, &tm);
+
+- pr_warn("%s filesystem being %s at %s supports timestamps until %04ld (0x%llx)\n",
++ pr_debug("%s filesystem being %s at %s supports timestamps until %04ld (0x%llx)\n",
+ sb->s_type->name,
+ is_mounted(mnt) ? "remounted" : "mounted",
+ mntpath,