Re: [PATCH 08/12] VMCI: resource object implementation.

2012-10-29 Thread Greg KH
On Mon, Oct 29, 2012 at 06:04:58PM -0700, George Zhang wrote: > VMCI resource tracks all used resources within the vmci code. Same "kref_put() with no lock seen" question in this file, prove me wrong please. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: [PATCH 08/12] VMCI: resource object implementation.

2012-10-29 Thread Greg KH
On Mon, Oct 29, 2012 at 06:04:58PM -0700, George Zhang wrote: > +static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle) > +{ > + struct vmci_resource *r, *resource = NULL; > + struct hlist_node *node; > + unsigned int idx = vmci_resource_hash(handle); > + > + B