Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754575Ab2HPMdF (ORCPT ); Thu, 16 Aug 2012 08:33:05 -0400 Received: from natasha.panasas.com ([67.152.220.90]:34384 "EHLO natasha.panasas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754121Ab2HPMdC (ORCPT ); Thu, 16 Aug 2012 08:33:02 -0400 Message-ID: <502CE840.4060802@panasas.com> Date: Thu, 16 Aug 2012 15:32:00 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111113 Thunderbird/8.0 MIME-Version: 1.0 To: CC: Marco Stornelli , , , Andrew Morton , , , , , Al Viro , , , , Linux Kernel , , Linux FS Devel Subject: Re: [PATCH 2/8] exofs: remove lock/unlock super References: <502CC4AA.6040702@gmail.com> <1345119652.3393.220.camel@sauron.fi.intel.com> In-Reply-To: <1345119652.3393.220.camel@sauron.fi.intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 27 On 08/16/2012 03:20 PM, Artem Bityutskiy wrote: > On Thu, 2012-08-16 at 12:00 +0200, Marco Stornelli wrote: >> From: Marco Stornelli >> >> Remove lock and unlock super operation. >> >> Signed-off-by: Marco Stornelli > > Acked-by: Artem Bityutskiy > Are you sure? It used to be that exofs_sync_fs() could be called concurrently. What about two "bash -c sync" calls or a sync and an unmount in parallel. anything protecting that? If so then sure, but please let me test first. Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/