From patchwork Mon Feb 17 16:11:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11386793 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2856B14E3 for ; Mon, 17 Feb 2020 16:13:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A026215A4 for ; Mon, 17 Feb 2020 16:13:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581955988; bh=QFspzr+Q92q2ChBe5ghCz9JfkatkxMRPwKOLM/2cSlo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=YCWuavI3/gudYLIp6kMzQDJSDOcraOZTW2BNqOT0wPicgx1FAztyO22hFvy9aI6gj NQS2HlfnP1nyhDLEWwrLzMwwlrmEF89EFL9vgqWKXy9eW45/5XuGiKUVksqXm/fT8H q40yPkkv8Yk7eEJQGmVDINoWDAMmBMQm8bfn1cqY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729802AbgBQQNF (ORCPT ); Mon, 17 Feb 2020 11:13:05 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:47168 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729693AbgBQQMe (ORCPT ); Mon, 17 Feb 2020 11:12:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=nqNSPkzh8/D2d8xJRRCECJiyYzat+CwmXBky8mdSui0=; b=oUtEnxHcxs75rRSBSVy8KddvLk Q9mMC8Yi0vBbpsAF2A3J7HTnUqYe+b3P4CFwZ7pPEWYrG+p9THmYsrsC9xtrr7E+3gaMdN1Xsl0/o oe9FzAEySB872IVa+H97SdwfL8aRQ1Sv9/+oalHNAx0MnFDA7cKsPn81kdAJXfuOtlQX3ubhKBOma 49EISi/0ww0iK4cZ2wjm9HG4wK3utqBFtAi1DA30gKfQchfE9yzO4JbbbRPCahqbT61My0ZFFbBnb FpsAt6zD5rxaYcc58hfVhk2xmW1YRHZFwRTOdrofbJrJEEAUaVtEfr+lzxDQG21XmkIbgNw1OzJ21 I0ZMH/Dw==; Received: from ip-109-41-129-189.web.vodafone.de ([109.41.129.189] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1j3j0b-0006uT-NZ; Mon, 17 Feb 2020 16:12:33 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92.3) (envelope-from ) id 1j3j0Z-000fZX-QG; Mon, 17 Feb 2020 17:12:31 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Jonathan Corbet , linux-fsdevel@vger.kernel.org, Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: [PATCH 08/44] docs: filesystems: convert btrfs.txt to ReST Date: Mon, 17 Feb 2020 17:11:54 +0100 Message-Id: <1ef76da4ac24a9a6f6187723554733c702ea19ae.1581955849.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org 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 --- Documentation/filesystems/{btrfs.txt => btrfs.rst} | 3 +++ Documentation/filesystems/index.rst | 1 + 2 files changed, 4 insertions(+) rename Documentation/filesystems/{btrfs.txt => btrfs.rst} (96%) diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.rst similarity index 96% rename from Documentation/filesystems/btrfs.txt rename to Documentation/filesystems/btrfs.rst index f9dad22d95ce..d0904f602819 100644 --- a/Documentation/filesystems/btrfs.txt +++ b/Documentation/filesystems/btrfs.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0 + +===== BTRFS ===== diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index f74e6b273d9f..dae862cf167e 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -54,6 +54,7 @@ Documentation for filesystem implementations. autofs-mount-control befs bfs + btrfs fuse overlayfs virtiofs