summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-image-redcore/files/5.14-do_not_bug_the_next_18-years.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/5.14-do_not_bug_the_next_18-years.patch')
-rw-r--r--sys-kernel/linux-image-redcore/files/5.14-do_not_bug_the_next_18-years.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-kernel/linux-image-redcore/files/5.14-do_not_bug_the_next_18-years.patch b/sys-kernel/linux-image-redcore/files/5.14-do_not_bug_the_next_18-years.patch
new file mode 100644
index 00000000..75763d62
--- /dev/null
+++ b/sys-kernel/linux-image-redcore/files/5.14-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,