[libvirt] [PATCH 4/7] gendispatch: remove IOThreads from name fixups

Peter Krempa pkrempa at redhat.com
Thu Mar 26 09:47:01 UTC 2015


On Wed, Mar 25, 2015 at 19:39:09 +0100, Ján Tomko wrote:
> No more APIs have IOThreads in their name now.
> ---
>  src/rpc/gendispatch.pl | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/rpc/gendispatch.pl b/src/rpc/gendispatch.pl
> index aa73d0c..b642d6e 100755
> --- a/src/rpc/gendispatch.pl
> +++ b/src/rpc/gendispatch.pl
> @@ -67,7 +67,6 @@ sub fixup_name {
>      $name =~ s/Fsfreeze$/FSFreeze/;
>      $name =~ s/Fsthaw$/FSThaw/;
>      $name =~ s/Fsinfo$/FSInfo/;
> -    $name =~ s/Iothreads$/IOThreads/;
>      $name =~ s/Iothread$/IOThread/;
>      $name =~ s/Scsi/SCSI/;
>      $name =~ s/Wwn$/WWN/;

Squash this to the previous patch.

ACK

Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150326/24a3735c/attachment-0001.sig>


More information about the libvir-list mailing list