From 9d10ca973f922e67f99d75cc49670330a2e0074d Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 6 Dec 2018 10:20:06 +0100 Subject: [PATCH] - added notes --- snapper/Btrfs.cc | 3 +++ snapper/BtrfsUtils.cc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc index c05557b1..cacc8349 100644 --- a/snapper/Btrfs.cc +++ b/snapper/Btrfs.cc @@ -42,6 +42,9 @@ #include #include #ifdef swap +// temporary workaround, see +// https://github.com/openSUSE/snapper/issues/459, fixed properly in +// btrfs-progs 4.19.1 #undef swap #endif #include diff --git a/snapper/BtrfsUtils.cc b/snapper/BtrfsUtils.cc index 9edc325c..f5fda6be 100644 --- a/snapper/BtrfsUtils.cc +++ b/snapper/BtrfsUtils.cc @@ -35,6 +35,9 @@ #include #include #ifdef swap +// temporary workaround, see +// https://github.com/openSUSE/snapper/issues/459, fixed properly in +// btrfs-progs 4.19.1 #undef swap #endif #endif -- 2.47.3