Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1552948

Re: [PATCH 2/3] xen: modify xenstore watch event interface

From Roger Pau Monné <roger.pau@citrix.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] xen: modify xenstore watch event interface
Date 2017-01-06 17:40 +0100
Message-ID <sWFIC-4w8-41@gated-at.bofh.it> (permalink)
References <sWEjv-3EM-9@gated-at.bofh.it> <sWEjw-3EM-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Jan 06, 2017 at 04:05:43PM +0100, Juergen Gross wrote:
> Today a Xenstore watch event is delivered via a callback function
> declared as:
> 
> void (*callback)(struct xenbus_watch *,
>                  const char **vec, unsigned int len);
> 
> As all watch events only ever come with two parameters (path and token)
> changing the prototype to:
> 
> void (*callback)(struct xenbus_watch *,
>                  const char *path, const char *token);
> 
> is the natural thing to do.
> 
> Apply this change and adapt all users.
> 
> Cc: konrad.wilk@oracle.com
> Cc: roger.pau@citrix.com
> Cc: wei.liu2@citrix.com
> Cc: paul.durrant@citrix.com
> Cc: netdev@vger.kernel.org
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

blkback changes:

Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] xen: optimize xenbus performance Juergen Gross <jgross@suse.com> - 2017-01-06 16:10 +0100
  [PATCH 2/3] xen: modify xenstore watch event interface Juergen Gross <jgross@suse.com> - 2017-01-06 16:10 +0100
    RE: [PATCH 2/3] xen: modify xenstore watch event interface Paul Durrant <Paul.Durrant@citrix.com> - 2017-01-06 16:40 +0100
    Re: [PATCH 2/3] xen: modify xenstore watch event interface Wei Liu <wei.liu2@citrix.com> - 2017-01-06 17:30 +0100
    Re: [PATCH 2/3] xen: modify xenstore watch event interface Roger Pau Monné <roger.pau@citrix.com> - 2017-01-06 17:40 +0100
    Re: [PATCH 2/3] xen: modify xenstore watch event interface Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-06 23:40 +0100
      Re: [PATCH 2/3] xen: modify xenstore watch event interface Juergen Gross <jgross@suse.com> - 2017-01-09 08:20 +0100
  Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-09 22:20 +0100
    Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Juergen Gross <jgross@suse.com> - 2017-01-10 07:20 +0100
      Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-10 17:40 +0100
      Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-10 17:40 +0100
        Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Juergen Gross <jgross@suse.com> - 2017-01-10 17:50 +0100
  Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-10 20:20 +0100
  Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-11 00:00 +0100
    Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Juergen Gross <jgross@suse.com> - 2017-01-11 06:30 +0100
      Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-11 16:40 +0100
        Re: [PATCH 3/3] xen: optimize xenbus driver for multiple concurrent  xenstore accesses Juergen Gross <jgross@suse.com> - 2017-01-11 18:00 +0100

csiph-web