On Thu, 2015-09-17 at 18:37 +0100, Ian Jackson wrote:
> Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>

Missing an update to the comment describing the sub commands provided by
this too.

With that added:
    Acked-by: Ian Campbell <    ian.campb...@citrix.com    >

> ---
> v2: New patch
> ---
>  cs-adjust-flight |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/cs-adjust-flight b/cs-adjust-flight
> index 4056765..04ab6fe 100755
> --- a/cs-adjust-flight
> +++ b/cs-adjust-flight
> @@ -186,6 +186,13 @@ sub change__jobs_list {
>            });
>  }
>  
> +sub change__jobs_del {
> +    die unless @changes >= 1;
> +    my $jobspec = shift @changes;
> +    prep_rm_jobs();
> +    for_jobs($dstflight, $jobspec, \&do_rm_job, 1);
> +}
> +
>  sub change__copy_jobs {
>      die unless @changes >= 2;
>      my $srcflight = shift @changes;

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to