Displaying 2 results from an estimated 2 matches for "d8b22107".
2023 Jul 14
2
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...s, though.)
>
> With the language clarified a bit:
>
> Acked-by: Laszlo Ersek <lersek at redhat.com>
>
> Thanks
> Laszlo
>
Here's what I squashed in, before pushing the series as
dfa9473c..28134d9e
diff --git i/docs/libnbd.pod w/docs/libnbd.pod
index 433479e6..d8b22107 100644
--- i/docs/libnbd.pod
+++ w/docs/libnbd.pod
@@ -171,8 +171,12 @@ There are several things to note here:
=item *
-This only starts the command. The command is still in flight when the
-call returns.
+This only starts the command. The command is (usually) still in
+flight when the call re...
2023 Jul 16
1
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...ified a bit:
>>
>> Acked-by: Laszlo Ersek <lersek at redhat.com>
>>
>> Thanks
>> Laszlo
>>
> Here's what I squashed in, before pushing the series as
> dfa9473c..28134d9e
>
> diff --git i/docs/libnbd.pod w/docs/libnbd.pod
> index 433479e6..d8b22107 100644
> --- i/docs/libnbd.pod
> +++ w/docs/libnbd.pod
> @@ -171,8 +171,12 @@ There are several things to note here:
>
> =item *
>
> -This only starts the command. The command is still in flight when the
> -call returns.
> +This only starts the command. The command is...