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


Groups > linux.kernel > #1666161

Re: [PATCH v3 14/18] xen/pvcalls: disconnect and module_exit

From Stefano Stabellini <sstabellini@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3 14/18] xen/pvcalls: disconnect and module_exit
Date 2017-06-14 21:20 +0200
Message-ID <tSlZE-Jv-11@gated-at.bofh.it> (permalink)
References (1 earlier) <tO0Ap-5nM-9@gated-at.bofh.it> <tO0Ar-5nM-51@gated-at.bofh.it> <tROKm-59U-23@gated-at.bofh.it> <tS4P8-6AG-13@gated-at.bofh.it> <tSgZY-5S3-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 14 Jun 2017, Boris Ostrovsky wrote:
> >>>  static int backend_disconnect(struct xenbus_device *dev)
> >>>  {
> >>> +	struct pvcalls_fedata *priv;
> >>> +	struct sock_mapping *map, *n;
> >>> +	struct sockpass_mapping *mappass;
> >>> +	struct radix_tree_iter iter;
> >>> +	void **slot;
> >>> +
> >>> +
> >>> +	priv = dev_get_drvdata(&dev->dev);
> 
> Can you also rename priv to something else (like fedata)? And in other
> routines too.

Yes, done

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


Thread

Re: [PATCH v3 14/18] xen/pvcalls: disconnect and module_exit Juergen Gross <jgross@suse.com> - 2017-06-13 09:50 +0200
  Re: [PATCH v3 14/18] xen/pvcalls: disconnect and module_exit Stefano Stabellini <sstabellini@kernel.org> - 2017-06-14 03:00 +0200
    Re: [PATCH v3 14/18] xen/pvcalls: disconnect and module_exit Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-06-14 16:00 +0200
      Re: [PATCH v3 14/18] xen/pvcalls: disconnect and module_exit Stefano Stabellini <sstabellini@kernel.org> - 2017-06-14 21:20 +0200

csiph-web