Displaying 2 results from an estimated 2 matches for "nbdkit_trim_old".
2018 Mar 08
0
[nbdkit PATCH v3 15/15] RFC: plugins: Add back-compat for new plugin with old nbdkit
...{                                                                     \
+    return (plugin).flush (handle, 0);                                  \
+  }                                                                     \
+  static int                                                            \
+  nbdkit_trim_old (void *handle, uint32_t count, uint64_t offset)       \
+  {                                                                     \
+    return (plugin).trim (handle, count, offset, 0);                    \
+  }                                                                     \
+  static int...
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]