summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0026-fs-Remove-asm-kmap_types.h-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0026-fs-Remove-asm-kmap_types.h-includes.patch')
-rw-r--r--debian/patches-rt/0026-fs-Remove-asm-kmap_types.h-includes.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/debian/patches-rt/0026-fs-Remove-asm-kmap_types.h-includes.patch b/debian/patches-rt/0026-fs-Remove-asm-kmap_types.h-includes.patch
deleted file mode 100644
index befcc9d4f..000000000
--- a/debian/patches-rt/0026-fs-Remove-asm-kmap_types.h-includes.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 7a0301497eca9332ed06a129d8808a28a278db00 Mon Sep 17 00:00:00 2001
-From: Thomas Gleixner <tglx@linutronix.de>
-Date: Tue, 3 Nov 2020 10:27:15 +0100
-Subject: [PATCH 026/296] fs: Remove asm/kmap_types.h includes
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.35-rt39.tar.xz
-
-Historical leftovers from the time where kmap() had fixed slots.
-
-Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-Cc: Alexander Viro <viro@zeniv.linux.org.uk>
-Cc: Benjamin LaHaise <bcrl@kvack.org>
-Cc: linux-fsdevel@vger.kernel.org
-Cc: linux-aio@kvack.org
-Cc: Chris Mason <clm@fb.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: linux-btrfs@vger.kernel.org
-Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
----
- fs/aio.c | 1 -
- fs/btrfs/ctree.h | 1 -
- 2 files changed, 2 deletions(-)
-
-diff --git a/fs/aio.c b/fs/aio.c
-index 6a21d8919409..76ce0cc3ee4e 100644
---- a/fs/aio.c
-+++ b/fs/aio.c
-@@ -43,7 +43,6 @@
- #include <linux/mount.h>
- #include <linux/pseudo_fs.h>
-
--#include <asm/kmap_types.h>
- #include <linux/uaccess.h>
- #include <linux/nospec.h>
-
-diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
-index bcc6848bb6d6..fabbf6cc45bf 100644
---- a/fs/btrfs/ctree.h
-+++ b/fs/btrfs/ctree.h
-@@ -17,7 +17,6 @@
- #include <linux/wait.h>
- #include <linux/slab.h>
- #include <trace/events/btrfs.h>
--#include <asm/kmap_types.h>
- #include <asm/unaligned.h>
- #include <linux/pagemap.h>
- #include <linux/btrfs.h>
---
-2.30.2
-