diff options
Diffstat (limited to 'main/btrfs-progs/includes.patch')
-rw-r--r-- | main/btrfs-progs/includes.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/btrfs-progs/includes.patch b/main/btrfs-progs/includes.patch index 6836acb506..c3e4bc4097 100644 --- a/main/btrfs-progs/includes.patch +++ b/main/btrfs-progs/includes.patch @@ -1,7 +1,7 @@ diff --git a/bitops.h b/bitops.h index 323c571..7f30b06 100644 ---- a/bitops.h -+++ b/bitops.h +--- a/kernel-lib/bitops.h ++++ b/kernel-lib/bitops.h @@ -65,6 +65,9 @@ static inline unsigned long hweight_long(unsigned long w) } @@ -24,8 +24,8 @@ index bb03194e127e..28f832a2e625 100644 #include <stdint.h> #define ptr_to_u64(x) ((u64)(uintptr_t)x) ---- a/rbtree.h -+++ b/rbtree.h +--- a/kernel-lib/rbtree.h ++++ b/kernel-lib/rbtree.h @@ -38,6 +38,10 @@ extern "C" { #endif |