search for: ff4facf

Displaying 2 results from an estimated 2 matches for "ff4facf".

Did you mean: ff14fac3
2018 Mar 22
1
[nbdkit PATCH] plugins: Add .can_zero callback
...t-plugin.h @@ -104,6 +104,7 @@ struct nbdkit_plugin { void (*dump_plugin) (void); + int (*can_zero) (void *handle); int (*can_fua) (void *handle); #if NBDKIT_API_VERSION == 1 int (*_unused1) (void *, void *, uint32_t, uint64_t); diff --git a/src/plugins.c b/src/plugins.c index d44e724..ff4facf 100644 --- a/src/plugins.c +++ b/src/plugins.c @@ -355,25 +355,24 @@ plugin_can_trim (struct backend *b, struct connection *conn) return p->plugin.trim || p->plugin._trim_old; } -/* Grab the appropriate error value. - */ -static int -get_error (struct backend_plugin *p) -{ - int ret =...
2018 Mar 08
19
[nbdkit PATCH v3 00/15] Add FUA support to nbdkit
After more than a month since v2 [1], I've finally got my FUA support series polished. This is all of my outstanding patches, even though some of them were originally posted in separate threads from the original FUA post [2], [3] [1] https://www.redhat.com/archives/libguestfs/2018-January/msg00113.html [2] https://www.redhat.com/archives/libguestfs/2018-January/msg00219.html [3]