* [PATCH] libxl: remove stray declaration of libxl__hotplug_settings
@ 2015-08-04 10:16 Wei Liu
2015-08-04 10:25 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2015-08-04 10:16 UTC (permalink / raw)
To: xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell
That function was removed in 2ba368d1 ("libxl: Remove linux udev rules")
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
tools/libxl/libxl_internal.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index 911de2d..2771c71 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -1921,9 +1921,6 @@ _hidden char *libxl__device_model_xs_path(libxl__gc *gc, uint32_t dm_domid,
uint32_t domid,
const char *format, ...) PRINTF_ATTRIBUTE(4, 5);
-/* Check how executes hotplug script currently */
-int libxl__hotplug_settings(libxl__gc *gc, xs_transaction_t t);
-
/*
* Calling context and GC for event-generating functions:
*
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] libxl: remove stray declaration of libxl__hotplug_settings
2015-08-04 10:16 [PATCH] libxl: remove stray declaration of libxl__hotplug_settings Wei Liu
@ 2015-08-04 10:25 ` Ian Campbell
2015-08-05 9:57 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-08-04 10:25 UTC (permalink / raw)
To: Wei Liu, xen-devel; +Cc: Ian Jackson
On Tue, 2015-08-04 at 11:16 +0100, Wei Liu wrote:
> That function was removed in 2ba368d1 ("libxl: Remove linux udev rules")
>
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Trivially fine for 4.6 IMHO.
> ---
> tools/libxl/libxl_internal.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
> index 911de2d..2771c71 100644
> --- a/tools/libxl/libxl_internal.h
> +++ b/tools/libxl/libxl_internal.h
> @@ -1921,9 +1921,6 @@ _hidden char *libxl__device_model_xs_path(libxl__gc
> *gc, uint32_t dm_domid,
> uint32_t domid,
> const char *format, ...)
> PRINTF_ATTRIBUTE(4, 5);
>
> -/* Check how executes hotplug script currently */
> -int libxl__hotplug_settings(libxl__gc *gc, xs_transaction_t t);
> -
> /*
> * Calling context and GC for event-generating functions:
> *
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] libxl: remove stray declaration of libxl__hotplug_settings
2015-08-04 10:25 ` Ian Campbell
@ 2015-08-05 9:57 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2015-08-05 9:57 UTC (permalink / raw)
To: Wei Liu, xen-devel; +Cc: Ian Jackson
On Tue, 2015-08-04 at 11:25 +0100, Ian Campbell wrote:
> On Tue, 2015-08-04 at 11:16 +0100, Wei Liu wrote:
> > That function was removed in 2ba368d1 ("libxl: Remove linux udev
> > rules")
> >
> > Signed-off-by: Wei Liu <wei.liu2@citrix.com>
>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> Trivially fine for 4.6 IMHO.
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-05 9:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 10:16 [PATCH] libxl: remove stray declaration of libxl__hotplug_settings Wei Liu
2015-08-04 10:25 ` Ian Campbell
2015-08-05 9:57 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.