summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch b/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch
index 94582cd47b..e62717baeb 100644
--- a/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch
+++ b/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch
@@ -1,7 +1,7 @@
1From 7f0f61083a9e88abb289c7575586178739e94955 Mon Sep 17 00:00:00 2001 1From bfb177d2745d19cb56a27c438f4925d6397fbf0b Mon Sep 17 00:00:00 2001
2From: Kienan Stewart <kstewart@efficios.com> 2From: Kienan Stewart <kstewart@efficios.com>
3Date: Mon, 29 Jul 2024 14:08:32 +0000 3Date: Mon, 29 Jul 2024 14:08:32 +0000
4Subject: [PATCH 2/6] Fix: ext4_da_reserve_space changed in 6.11-rc1 4Subject: [PATCH] Fix: ext4_da_reserve_space changed in 6.11-rc1
5 5
6See upstream commit: 6See upstream commit:
7 7
@@ -25,10 +25,10 @@ Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
25 1 file changed, 17 insertions(+), 1 deletion(-) 25 1 file changed, 17 insertions(+), 1 deletion(-)
26 26
27diff --git a/include/instrumentation/events/ext4.h b/include/instrumentation/events/ext4.h 27diff --git a/include/instrumentation/events/ext4.h b/include/instrumentation/events/ext4.h
28index 462b11bf..addf2246 100644 28index 4131803..9f1d4b1 100644
29--- a/include/instrumentation/events/ext4.h 29--- a/include/instrumentation/events/ext4.h
30+++ b/include/instrumentation/events/ext4.h 30+++ b/include/instrumentation/events/ext4.h
31@@ -730,7 +730,23 @@ LTTNG_TRACEPOINT_EVENT(ext4_da_update_reserve_space, 31@@ -821,7 +821,23 @@ LTTNG_TRACEPOINT_EVENT(ext4_da_update_reserve_space,
32 ) 32 )
33 #endif 33 #endif
34 34
@@ -53,6 +53,3 @@ index 462b11bf..addf2246 100644
53 LTTNG_TRACEPOINT_EVENT(ext4_da_reserve_space, 53 LTTNG_TRACEPOINT_EVENT(ext4_da_reserve_space,
54 TP_PROTO(struct inode *inode), 54 TP_PROTO(struct inode *inode),
55 55
56--
572.39.2
58