From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Wilson Subject: [RFC] [PATCH] add locking in statistics sysfs show functions Date: Fri, 20 Apr 2012 19:21:12 +0000 Message-ID: <1334949673-25632-1-git-send-email-msw@amazon.com> 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: Konrad Rzeszutek Wilk Cc: Joe Jin , Matt Wilson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org The blkback code in the 2.6.18 tree has a patch to avoid a race condition in the statistics sysfs routines. Is it no longer needed? The following patch ports the change to 3.x. Matt Wilson (1): xen/blkback: add locking in statistics sysfs show functions drivers/block/xen-blkback/xenbus.c | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) -- 1.7.2.5