From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757064Ab2CQLuk (ORCPT ); Sat, 17 Mar 2012 07:50:40 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:44514 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754151Ab2CQLuj (ORCPT ); Sat, 17 Mar 2012 07:50:39 -0400 Date: Sat, 17 Mar 2012 07:50:34 -0400 From: Christoph Hellwig To: Gerard Snitselaar Cc: bpm@sgi.com, xfs@oss.sgi.com, elder@kernel.org, linux-kernel@vger.kernel.org, xfs-master@oss.sgi.com Subject: Re: [PATCH] fs: xfs: fix section mismatch in linux-next Message-ID: <20120317115034.GA12342@infradead.org> References: <1331922978-28572-1-git-send-email-dev@snitselaar.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1331922978-28572-1-git-send-email-dev@snitselaar.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 16, 2012 at 11:36:18AM -0700, Gerard Snitselaar wrote: > xfs_qm_exit() is called in init_xfs_fs(). > > Signed-off-by: Gerard Snitselaar Thanks for catching this, the fix looks good to me. Reviewed-by: Christoph Hellwig