search for: log_cache

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

2019 Aug 30
1
[nbdkit PATCH v2] filters: Stronger version match requirements
...rsion = PACKAGE_VERSION, .config = fua_config, .config_help = fua_config_help, .prepare = fua_prepare, diff --git a/filters/log/log.c b/filters/log/log.c index 7cf741e1..6d37d583 100644 --- a/filters/log/log.c +++ b/filters/log/log.c @@ -435,7 +435,6 @@ log_cache (struct nbdkit_next_ops *next_ops, void *nxdata, static struct nbdkit_filter filter = { .name = "log", .longname = "nbdkit log filter", - .version = PACKAGE_VERSION, .config = log_config, .config_complete = log_config_co...
2019 May 16
27
[nbdkit PATCH v2 00/24] implement NBD_CMD_CACHE
Since v1: - rework .can_cache to be tri-state, with default of no advertisement (ripple effect through other patches) - add a lot more patches in order to round out filter support And in the meantime, Rich pushed NBD_CMD_CACHE support into libnbd, so in theory we now have a way to test cache commands through the entire stack. Eric Blake (24): server: Internal hooks for implementing