aboutsummaryrefslogtreecommitdiffstats
path: root/main/btrfs-progs/includes.patch
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-15 07:51:50 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2019-02-20 13:51:27 +0000
commitf71481d86bf22b433ae1db704f489af76daa5f27 (patch)
tree85b12809b98a5fa70c1c67fb07473843edf690f7 /main/btrfs-progs/includes.patch
parentbf94fe726e658c7944e10f2b38d14fa68ca642da (diff)
downloadaports-f71481d86bf22b433ae1db704f489af76daa5f27.tar.bz2
aports-f71481d86bf22b433ae1db704f489af76daa5f27.tar.xz
main/btrfs-progs: upgrade to 4.20.1
Diffstat (limited to 'main/btrfs-progs/includes.patch')
-rw-r--r--main/btrfs-progs/includes.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/btrfs-progs/includes.patch b/main/btrfs-progs/includes.patch
deleted file mode 100644
index ac3f835664..0000000000
--- a/main/btrfs-progs/includes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/bitops.h b/bitops.h
-index 323c571..7f30b06 100644
---- a/kernel-lib/bitops.h
-+++ b/kernel-lib/bitops.h
-@@ -69,6 +65,9 @@ static inline unsigned long hweight_long(unsigned long w)
- }
-
- #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG)
-+#ifndef __always_inline
-+#define __always_inline inline __attribute__((always_inline))
-+#endif
-
- /**
- * __ffs - find first bit in word.
-diff --git a/kerncompat.h.orig b/kerncompat.h
-index bb03194e127e..28f832a2e625 100644
---- a/kerncompat.h
-+++ b/kerncompat.h
-@@ -28,6 +28,7 @@
- #include <assert.h>
- #include <stddef.h>
- #include <linux/types.h>
-+#include <linux/limits.h>
- #include <stdint.h>
-
- #define ptr_to_u64(x) ((u64)(uintptr_t)x)