diff options
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.patch | 11 |
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 @@ | |||
| 1 | From 7f0f61083a9e88abb289c7575586178739e94955 Mon Sep 17 00:00:00 2001 | 1 | From bfb177d2745d19cb56a27c438f4925d6397fbf0b Mon Sep 17 00:00:00 2001 |
| 2 | From: Kienan Stewart <kstewart@efficios.com> | 2 | From: Kienan Stewart <kstewart@efficios.com> |
| 3 | Date: Mon, 29 Jul 2024 14:08:32 +0000 | 3 | Date: Mon, 29 Jul 2024 14:08:32 +0000 |
| 4 | Subject: [PATCH 2/6] Fix: ext4_da_reserve_space changed in 6.11-rc1 | 4 | Subject: [PATCH] Fix: ext4_da_reserve_space changed in 6.11-rc1 |
| 5 | 5 | ||
| 6 | See upstream commit: | 6 | See 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 | ||
| 27 | diff --git a/include/instrumentation/events/ext4.h b/include/instrumentation/events/ext4.h | 27 | diff --git a/include/instrumentation/events/ext4.h b/include/instrumentation/events/ext4.h |
| 28 | index 462b11bf..addf2246 100644 | 28 | index 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 | -- | ||
| 57 | 2.39.2 | ||
| 58 | |||
