On Mon, Apr 01, 2019 at 01:42:47PM +0200, Martin Kletzander wrote: > On Thu, Mar 28, 2019 at 04:18:38PM +0000, Richard W.M. Jones wrote: > >--- > >filters/partition/partition.c | 37 +++++++++++++++++++++++++++++++++++ > >1 file changed, 37 insertions(+) > > > >diff --git a/filters/partition/partition.c b/filters/partition/partition.c > >index c1fe7a1..bc60480 100644 > >--- a/filters/partition/partition.c > >+++ b/filters/partition/partition.c > >@@ -38,6 +38,7 @@ > >#include <stdint.h> > >#include <string.h> > >#include <inttypes.h> > >+#include <assert.h> > > > > Either: > > a) you forgot `assert (!(flags & ~(NBDKIT_FLAG_REQ_ONE)));` in this and the > previous patch, > > b) this is a leftover from previous version, or > > c) I missed something.
This was a mistake - I've pushed a patch to remove both instances. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
