Blame SOURCES/0016-ssh-Don-t-reference-readahead-or-scan-filters-from-t.patch

3cdd4c
From 651045d703804d7dafab04a0387ca92573f52467 Mon Sep 17 00:00:00 2001
3cdd4c
From: "Richard W.M. Jones" <rjones@redhat.com>
3cdd4c
Date: Sat, 14 May 2022 20:57:38 +0100
3cdd4c
Subject: [PATCH] ssh: Don't reference readahead or scan filters from this
3cdd4c
 plugin
3cdd4c
3cdd4c
These filters do not support plugins which do not use the parallel
3cdd4c
thread model.
3cdd4c
3cdd4c
Fixes: commit 2ff548d66ad3eae87868402ec5b3319edd12090f
3cdd4c
Fixes: commit 65c20a09ceacb4431986a2982f2c2e746df63fcb
3cdd4c
See-also: commit 92fbb76d11b9f17c527debd803aa2505f3642783
3cdd4c
(cherry picked from commit 7eb356719376c4d0b2379cea5d39c81602d2d304)
3cdd4c
---
3cdd4c
 plugins/ssh/nbdkit-ssh-plugin.pod | 2 --
3cdd4c
 1 file changed, 2 deletions(-)
3cdd4c
3cdd4c
diff --git a/plugins/ssh/nbdkit-ssh-plugin.pod b/plugins/ssh/nbdkit-ssh-plugin.pod
3cdd4c
index 214957d6..bb922d37 100644
3cdd4c
--- a/plugins/ssh/nbdkit-ssh-plugin.pod
3cdd4c
+++ b/plugins/ssh/nbdkit-ssh-plugin.pod
3cdd4c
@@ -347,9 +347,7 @@ C<nbdkit-ssh-plugin> first appeared in nbdkit 1.12.
3cdd4c
 L<nbdkit(1)>,
3cdd4c
 L<nbdkit-curl-plugin(1)>,
3cdd4c
 L<nbdkit-extentlist-filter(1)>,
3cdd4c
-L<nbdkit-readahead-filter(1)>,
3cdd4c
 L<nbdkit-retry-filter(1)>,
3cdd4c
-L<nbdkit-scan-filter(1)>,
3cdd4c
 L<nbdkit-plugin(3)>,
3cdd4c
 L<ssh(1)>,
3cdd4c
 L<ssh-agent(1)>,
3cdd4c
-- 
3cdd4c
2.31.1
3cdd4c