From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 234CD7F82 for ; Mon, 19 Aug 2013 17:21:30 -0500 (CDT) Date: Mon, 19 Aug 2013 17:21:29 -0500 From: Ben Myers Subject: Re: [PATCH] xfs: Register hotcpu notifier after initialization Message-ID: <20130819222129.GA5262@sgi.com> References: <1376945804-29508-1-git-send-email-richard@nod.at> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1376945804-29508-1-git-send-email-richard@nod.at> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Richard Weinberger Cc: elder@kernel.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com On Mon, Aug 19, 2013 at 10:56:44PM +0200, Richard Weinberger wrote: > Currently the code initializizes mp->m_icsb_mutex and other things > _after_ register_hotcpu_notifier(). > As the notifier takes mp->m_icsb_mutex it can happen > that it takes the lock before it's initialization. > > Signed-off-by: Richard Weinberger Looks good. Thanks Richard. Reviewed-by: Ben Myers _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs