From: Konrad Rzeszutek Wilk Date: Mon, 21 Apr 2014 19:43:08 +0000 (-0400) Subject: xen/pciback: Document when the 'unbind' and 'bind' functions are called. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~54^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d8bf1b0a12a92171c6f08a665c6ff3f0788c91;p=pandora-kernel.git xen/pciback: Document when the 'unbind' and 'bind' functions are called. And also mention that you cannot do any pci_reset_function, pci_reset_slot, or such calls. This is because they take the same lock as SysFS does - and we would end up with a dead-lock if we call those functions. Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: David Vrabel --- Reading git-diff-tree failed