Displaying 3 results from an estimated 3 matches for "896ad2a".
2019 Jul 24
2
[libnbd PATCH] docs: Mention that nbd_close is not thread-safe
...royed. Therefore,
we don't need to change our code, but merely remind users that
nbd_close is not safe until all other uses of the handle have ceased.
---
generator/generator | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/generator/generator b/generator/generator
index 896ad2a..bdd8fd7 100755
--- a/generator/generator
+++ b/generator/generator
@@ -3532,7 +3532,8 @@ for how to get further details of the error.
Closes the handle and frees any associated resources. The final
status of any command that has not been retired (whether by
C<nbd_aio_command_completed> o...
2019 Jul 25
3
Re: [libnbd PATCH] docs: Mention that nbd_close is not thread-safe
...mind users that
>> nbd_close is not safe until all other uses of the handle have ceased.
>> ---
>>
>> generator/generator | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/generator/generator b/generator/generator
>> index 896ad2a..bdd8fd7 100755
>> --- a/generator/generator
>> +++ b/generator/generator
>> @@ -3532,7 +3532,8 @@ for how to get further details of the error.
>> Closes the handle and frees any associated resources. The final
>> status of any command that has not been retired (whe...
2019 Jul 25
0
Re: [libnbd PATCH] docs: Mention that nbd_close is not thread-safe
...change our code, but merely remind users that
> nbd_close is not safe until all other uses of the handle have ceased.
> ---
>
> generator/generator | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/generator/generator b/generator/generator
> index 896ad2a..bdd8fd7 100755
> --- a/generator/generator
> +++ b/generator/generator
> @@ -3532,7 +3532,8 @@ for how to get further details of the error.
> Closes the handle and frees any associated resources. The final
> status of any command that has not been retired (whether by
> C<n...