From b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:06:00 +0200 Subject: Adding debian version 5.10.209-2. Signed-off-by: Daniel Baumann --- ...che-Use-only-one-fscache_object_cong_wait.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch (limited to 'debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch') diff --git a/debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch b/debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch new file mode 100644 index 000000000..ca5c5cbd4 --- /dev/null +++ b/debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch @@ -0,0 +1,31 @@ +From 5fe656c51fcb73a09cf33665bcee0341edaf14c3 Mon Sep 17 00:00:00 2001 +From: Sebastian Andrzej Siewior +Date: Tue, 2 Nov 2021 11:52:05 +0100 +Subject: [PATCH 304/323] fscache: Use only one fscache_object_cong_wait. +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz + +This is an update of the original patch, removing put_cpu_var() which +was overseen in the initial patch. + +Signed-off-by: Sebastian Andrzej Siewior +Signed-off-by: Steven Rostedt (VMware) +--- + fs/fscache/object.c | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/fs/fscache/object.c b/fs/fscache/object.c +index 55158f30d093..fb9794dce721 100644 +--- a/fs/fscache/object.c ++++ b/fs/fscache/object.c +@@ -823,8 +823,6 @@ void fscache_enqueue_object(struct fscache_object *object) + wake_up(&fscache_object_cong_wait); + } else + fscache_put_object(object, fscache_obj_put_queue); +- +- put_cpu_var(fscache_object_cong_wait); + } + } + +-- +2.43.0 + -- cgit v1.2.3