Package: btrfs-tools / 3.17-1.1~bpo70+1

Metadata

Package Version Patches format
btrfs-tools 3.17-1.1~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixing unaligned memory accesses.patch | (download)

ctree.h | 18 14 + 4 - 0 !
volumes.c | 5 3 + 2 - 0 !
2 files changed, 17 insertions(+), 6 deletions(-)

 fixing unaligned memory accesses.
Organization: Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ

Bug-Debian: http://bugs.debian.org/656955
Signed-off-by: Dimitri John Ledkov <xnox@debian.org>

0002 Fix linking with libbtrfs.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] btrfs-progs: fix linking with libbtrfs

Reported at https://github.com/openSUSE/snapper/issues/128

Commit cdb9e22e292275237c added another rbtree file that defines
functions that libbtrfs uses.

Signed-off-by: David Sterba <dsterba@suse.cz>

0003 Make headers C++ compatible.patch | (download)

rbtree-utils.h | 8 8 + 0 - 0 !
rbtree.h | 10 9 + 1 - 0 !
rbtree_augmented.h | 8 8 + 0 - 0 !
3 files changed, 25 insertions(+), 1 deletion(-)

 [patch] btrfs-progs: libbtrfs, make exported headers compatible with
 C++

Add externs and don't use a reserved keyword.

Signed-off-by: David Sterba <dsterba@suse.cz>