summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch')
-rw-r--r--meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch
index cfc51cf7f..0ab7a1d71 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch
@@ -1,4 +1,4 @@
1From 12c7b09c3152f2b3475d081691a26bd1a5633256 Mon Sep 17 00:00:00 2001 1From 30b61da180286643bea68b09b092744346011801 Mon Sep 17 00:00:00 2001
2From: Andrea Adami <andrea.adami@gmail.com> 2From: Andrea Adami <andrea.adami@gmail.com>
3Date: Tue, 17 Apr 2018 11:38:42 +0200 3Date: Tue, 17 Apr 2018 11:38:42 +0200
4Subject: [PATCH] kexec.c: replace missing BLKGETSIZE64 4Subject: [PATCH] kexec.c: replace missing BLKGETSIZE64
@@ -16,10 +16,10 @@ Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
16 1 file changed, 4 insertions(+) 16 1 file changed, 4 insertions(+)
17 17
18diff --git a/kexec/kexec.c b/kexec/kexec.c 18diff --git a/kexec/kexec.c b/kexec/kexec.c
19index b5a8a1e..7842f8b 100644 19index 0764e85..157c577 100644
20--- a/kexec/kexec.c 20--- a/kexec/kexec.c
21+++ b/kexec/kexec.c 21+++ b/kexec/kexec.c
22@@ -54,6 +54,10 @@ 22@@ -55,6 +55,10 @@
23 #define KEXEC_LOADED_PATH "/sys/kernel/kexec_loaded" 23 #define KEXEC_LOADED_PATH "/sys/kernel/kexec_loaded"
24 #define KEXEC_CRASH_LOADED_PATH "/sys/kernel/kexec_crash_loaded" 24 #define KEXEC_CRASH_LOADED_PATH "/sys/kernel/kexec_crash_loaded"
25 25