]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added notes 463/head
authorArvin Schnell <aschnell@suse.de>
Thu, 6 Dec 2018 09:20:06 +0000 (10:20 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 6 Dec 2018 09:20:06 +0000 (10:20 +0100)
snapper/Btrfs.cc
snapper/BtrfsUtils.cc

index c05557b1d68a93470f8d581ebe0df5d95e9cf2aa..cacc8349a9ee9ee46cbe8a59d329dd209581fef0 100644 (file)
@@ -42,6 +42,9 @@
 #include <btrfs/send-stream.h>
 #include <btrfs/send-utils.h>
 #ifdef swap
+// temporary workaround, see
+// https://github.com/openSUSE/snapper/issues/459, fixed properly in
+// btrfs-progs 4.19.1
 #undef swap
 #endif
 #include <boost/version.hpp>
index 9edc325c88370798408d9e2ef1936d3d1d228844..f5fda6be260ecb8a8c8927fe4329b928372b7fd5 100644 (file)
@@ -35,6 +35,9 @@
 #include <btrfs/ioctl.h>
 #include <btrfs/send-utils.h>
 #ifdef swap
+// temporary workaround, see
+// https://github.com/openSUSE/snapper/issues/459, fixed properly in
+// btrfs-progs 4.19.1
 #undef swap
 #endif
 #endif