search for: 081848b

Displaying 1 result from an estimated 1 matches for "081848b".

Did you mean: 08184808
2018 Jan 31
1
[nbdkit PATCH] file: Add trim support
...uldn't test --filter=log results on trim commands without at least one plugin that supports trim ;) plugins/file/file.c | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/plugins/file/file.c b/plugins/file/file.c index 1fe4191..081848b 100644 --- a/plugins/file/file.c +++ b/plugins/file/file.c @@ -1,5 +1,5 @@ /* nbdkit - * Copyright (C) 2013 Red Hat Inc. + * Copyright (C) 2013-2018 Red Hat Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -175,6 +175,18 @@ file_get_size (...