summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2021-06-23 14:35:47 +0200
committerJonathan Bauer2021-06-23 14:35:47 +0200
commiteb9a2fe425c502c9728de9b06255f8a4f91ede76 (patch)
tree6d9392790090869c42a7f24bd089c2ff02a9204e
parentbuild-initramfs.sh: update branches (diff)
downloadsystemd-init-downloader-centos7.tar.gz
systemd-init-downloader-centos7.tar.xz
systemd-init-downloader-centos7.zip
remove dnbd3 patchdownloader-centos7
-rw-r--r--patches/dnbd3/01-fix_blk_h.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/dnbd3/01-fix_blk_h.patch b/patches/dnbd3/01-fix_blk_h.patch
deleted file mode 100644
index f3fc6251..00000000
--- a/patches/dnbd3/01-fix_blk_h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/kernel/blk.h b/src/kernel/blk.h
-index 5091d19..8eef9ca 100644
---- a/src/kernel/blk.h
-+++ b/src/kernel/blk.h
-@@ -23,7 +23,7 @@
-
- #include "dnbd3.h"
-
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0)
- #define REQ_TYPE_SPECIAL REQ_TYPE_DRV_PRIV
- #endif
-