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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 A9DCCC34037 for ; Tue, 18 Feb 2020 11:45:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FEA3207FD for ; Tue, 18 Feb 2020 11:45:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726437AbgBRLpI (ORCPT ); Tue, 18 Feb 2020 06:45:08 -0500 Received: from mx2.suse.de ([195.135.220.15]:59458 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726373AbgBRLpI (ORCPT ); Tue, 18 Feb 2020 06:45:08 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 39B6CAC23; Tue, 18 Feb 2020 11:45:06 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 09C1FDA917; Tue, 18 Feb 2020 12:44:48 +0100 (CET) Date: Tue, 18 Feb 2020 12:44:47 +0100 From: David Sterba To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , linux-fsdevel@vger.kernel.org, Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 08/44] docs: filesystems: convert btrfs.txt to ReST Message-ID: <20200218114447.GJ2902@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , linux-fsdevel@vger.kernel.org, Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org References: <1ef76da4ac24a9a6f6187723554733c702ea19ae.1581955849.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ef76da4ac24a9a6f6187723554733c702ea19ae.1581955849.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Feb 17, 2020 at 05:11:54PM +0100, Mauro Carvalho Chehab wrote: > Just trivial changes: > > - Add a SPDX header; > - Add it to filesystems/index.rst. > > While here, adjust document title, just to make it use the same > style of the other docs. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: David Sterba As discussed, please merge it with the rest of the series.