From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:46857 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750731AbdLLO0P (ORCPT ); Tue, 12 Dec 2017 09:26:15 -0500 Date: Tue, 12 Dec 2017 06:26:15 -0800 From: Christoph Hellwig Subject: Re: [PATCH] xfs: include the XFS magic number in magic.h Message-ID: <20171212142615.GA25327@infradead.org> References: <1513088469.3476.48.camel@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513088469.3476.48.camel@linux.vnet.ibm.com> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Mimi Zohar Cc: linux-xfs , Christoph Hellwig On Tue, Dec 12, 2017 at 09:21:09AM -0500, Mimi Zohar wrote: > Move the XFS_SB_MAGIC definition to magic.h. NACK. We want to keep the XFS code self-contained and no other part of the kernel has any business knowing it anyway.