Displaying 2 results from an estimated 2 matches for "b33ccbb8".
2019 Apr 27
0
[nbdkit PATCH 1/4] filters: Drop useless .open callbacks
...126f, it appears to exist purely as copy-and-paste
from the cow filter (differing only in whether the readonly parameter
is massaged before passing on to next).
The error filter .open used to track a per-connection handle, but for
testing purposes, it was changed to use only global state in commit
b33ccbb8.
Drop these two .open callbacks in favor of using nbdkit's default
behavior, with no semantic change. All other filters with an .open
callback either massage parameters passed to next, create a
per-connection handle, or both.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
filters/c...
2019 Apr 27
8
[nbdkit PATCH 0/4] Fix truncate handling of real_size
While working on adding assertions to pthread_mutex_lock calls, I
noticed that the truncate filter's use of mutex didn't really protect
us, and isn't really necessary. Cleaning that up also spotted a couple
of other potential cleanups.
Eric Blake (4):
filters: Drop useless .open callbacks
truncate: Fix corruption when plugin changes per-connection size
truncate: Test for safe