From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8803FC76188 for ; Mon, 22 Jul 2019 05:05:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6520E21E6A for ; Mon, 22 Jul 2019 05:05:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563771930; bh=WmJFcTVoRpT2HfWty1TJul+l+Y+NTZtVLnXF68wNGu4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sj2cCmcH8kxOaWxm5n2wNuzgyC7GRxNfMV1xH4m78wxXLEZuHHv/WfgBjnkq3hzZc wFSVNFpszxGqxhs/vZv200XEmNopKaVQKyAvZXfX4zTsEBRzKKhgXs1Eb4TBo4d6V5 qOeWsCbxZQjpqZM2yrKhGUxUrsY/jsFe4fCfTMJs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726991AbfGVFF0 (ORCPT ); Mon, 22 Jul 2019 01:05:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:35214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726440AbfGVFF0 (ORCPT ); Mon, 22 Jul 2019 01:05:26 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 22D7021BF6; Mon, 22 Jul 2019 05:05:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563771925; bh=WmJFcTVoRpT2HfWty1TJul+l+Y+NTZtVLnXF68wNGu4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ak4mYg1UNsFiHfLnKlHXXnNOcAWp3v+nzRjM9leUCIgt89qe+qhkmLoan3VmrsYiH EMz6kdjmwweOgO/RfvTxxUGp5pBcxUjNKIiAEsGilqmDmgxxyuxKQmeQXe+QhH73E8 NACTwYpXXbzg05gtviLXQIgLM9U6xTUQfuWUn5vE= Date: Mon, 22 Jul 2019 07:05:22 +0200 From: Greg Kroah-Hartman To: Stephen Rothwell Cc: Gao Xiang , Alexander Viro , Andrew Morton , Theodore Ts'o , Linus Torvalds , linux-fsdevel@vger.kernel.org, devel@driverdev.osuosl.org, LKML , linux-erofs@lists.ozlabs.org, Chao Yu , Miao Xie , Li Guifu , Fang Wei Subject: Re: [PATCH v3 01/24] erofs: add on-disk layout Message-ID: <20190722050522.GA11993@kroah.com> References: <20190722025043.166344-1-gaoxiang25@huawei.com> <20190722025043.166344-2-gaoxiang25@huawei.com> <20190722132616.60edd141@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190722132616.60edd141@canb.auug.org.au> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jul 22, 2019 at 01:26:16PM +1000, Stephen Rothwell wrote: > Hi Gao, > > On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: > > > > diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h > > new file mode 100644 > > index 000000000000..e418725abfd6 > > --- /dev/null > > +++ b/fs/erofs/erofs_fs.h > > @@ -0,0 +1,316 @@ > > +/* SPDX-License-Identifier: GPL-2.0 OR Apache-2.0 */ > > I think the preferred tag is now GPL-2.0-only (assuming that is what is > intended). Either is fine, see the LICENSE/preferred/GPL-2.0 file for the list of valid ones. thanks, greg k-h