summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch')
-rw-r--r--debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch b/debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch
index 5ea3d370f..9bebaf765 100644
--- a/debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch
+++ b/debian/patches-rt/0002-dentry-Use-preempt_-dis-en-able_nested.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 25 Aug 2022 18:41:25 +0200
Subject: [PATCH 2/8] dentry: Use preempt_[dis|en]able_nested()
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.0/older/patches-6.0-rt11.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.0/older/patches-6.0.5-rt14.tar.xz
Replace the open coded CONFIG_PREEMPT_RT conditional
preempt_disable/enable() with the new helper.