From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Latimer Subject: [PATCH v2 0/1] Block script performance with shared image files Date: Thu, 1 Oct 2015 13:07:32 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: wei.liu2@citrix.com, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, George.Dunlap@eu.citrix.com, ian.jackson@eu.citrix.com, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org Hi, Version 2 of this patch contains a couple of minor syntax changes, and a change to return immediately if the file being checked is not a shared image file. This version also fixes the issue George pointed out, and the code will now properly differentiate between devices such as 1:1, 11:1 and 1:11. Finally, I added a more complete description of the problem to the patch itself. Thanks, Mike Mike Latimer (1): tools/hotplug: Scan xenstore once when attaching shared images files tools/hotplug/Linux/block | 76 +++++++++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 26 deletions(-) -- 1.8.4.5