From: Arvin Schnell Date: Thu, 6 Dec 2018 09:20:06 +0000 (+0100) Subject: - added notes X-Git-Tag: v0.8.2~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F463%2Fhead;p=thirdparty%2Fsnapper.git - added notes --- 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