summaryrefslogtreecommitdiff
path: root/community/snapper/libbtrfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/snapper/libbtrfs.patch')
-rw-r--r--community/snapper/libbtrfs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/snapper/libbtrfs.patch b/community/snapper/libbtrfs.patch
new file mode 100644
index 000000000..805c36b44
--- /dev/null
+++ b/community/snapper/libbtrfs.patch
@@ -0,0 +1,13 @@
+diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc
+index 2c110c3..be9e974 100644
+--- a/snapper/Btrfs.cc
++++ b/snapper/Btrfs.cc
+@@ -982,7 +982,7 @@ namespace snapper
+ {
+ boost::this_thread::interruption_point();
+
+- int r = btrfs_read_and_process_send_stream(fd, &send_ops, &*this);
++ int r = btrfs_read_and_process_send_stream(fd, &send_ops, &*this, 0);
+
+ if (r < 0)
+ {