From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753528AbcGSOrk (ORCPT ); Tue, 19 Jul 2016 10:47:40 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:45664 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752263AbcGSOrj (ORCPT ); Tue, 19 Jul 2016 10:47:39 -0400 Date: Tue, 19 Jul 2016 16:47:37 +0200 From: Andrew Lunn To: Vivien Didelot Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli Subject: Re: [PATCH net-next v3 11/12] net: dsa: mv88e6xxx: add G1 helper for ageing time Message-ID: <20160719144737.GD31103@lunn.ch> References: <20160719004540.1066-1-vivien.didelot@savoirfairelinux.com> <20160719004540.1066-12-vivien.didelot@savoirfairelinux.com> <20160719144518.GC31103@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160719144518.GC31103@lunn.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hi Vivien > > This is doing a read/modify/write, so should really hold the mutex. Upps. The mutex is held. Sorry for the noise. Andrew