diff options
Diffstat (limited to 'debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch')
-rw-r--r-- | debian/patches-rt/0304-fscache-Use-only-one-fscache_object_cong_wait.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 index ca5c5cbd4..0ee8f77a8 100644 --- 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 @@ -1,8 +1,8 @@ -From 5fe656c51fcb73a09cf33665bcee0341edaf14c3 Mon Sep 17 00:00:00 2001 +From 9bf6dbd205a71b61785d2d7e5d5ca74183b5de13 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 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 +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz This is an update of the original patch, removing put_cpu_var() which was overseen in the initial patch. @@ -14,7 +14,7 @@ Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> 1 file changed, 2 deletions(-) diff --git a/fs/fscache/object.c b/fs/fscache/object.c -index 55158f30d093..fb9794dce721 100644 +index 55158f30d0935..fb9794dce721c 100644 --- a/fs/fscache/object.c +++ b/fs/fscache/object.c @@ -823,8 +823,6 @@ void fscache_enqueue_object(struct fscache_object *object) @@ -27,5 +27,5 @@ index 55158f30d093..fb9794dce721 100644 } -- -2.43.0 +2.44.0 |