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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 D15D3C35240 for ; Tue, 28 Jan 2020 06:41:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E22024686 for ; Tue, 28 Jan 2020 06:41:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580193667; bh=XfaHPKdyxkvSnTwZEN7N1Bw2jL01dGSxJ+RTIt/d5N4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=Q8DV7ogYsMdcYs549Lq+Ruh7ZuJs2oe9WV3xAnDc8SmXcQi2O0R359yRjfURF80e2 +SPXrUlkI1SdwFFiMWkMBWfa1qymN0fdC3mNqElFY/rnXEjlDyPh2hcS66LeduJIua ADoQhfFoRYuJYKDHyEF2mD4gmNccIh+lXqOkOuoA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725881AbgA1GlH (ORCPT ); Tue, 28 Jan 2020 01:41:07 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:44788 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725810AbgA1GlG (ORCPT ); Tue, 28 Jan 2020 01:41:06 -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:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=irDvNvMPu+MyYJbjRW4UBc3IIkb5VZlMlk/bR+uOR3Y=; b=jncTHtSMxXXF4vLyOhw8Z0Jdt+ uXvi5Bhc+hz58eDxnRDUr2NZ/ZDcacogNt31wOVNOjZ99rgpdu8FDFwVUnH64S0h1s/Zu4pe2CMMK Z5QEptcMq49wpRxTZzboVMLLqlbMWcVvv3msuI+Bz/AFVCv8zCLAlD720s1E+NX1uQElwMP9KQUyg cw2ruZhhINWOSuYctqYMKrmOrZzmkCAsZlGidSLHUZQ7vYWhPKq4gGbhPkZWbfJ7pYf5/Se+cHHu/ YNzNSBmdaH7bwhW78cLFRFpijSlS9WD4bI0jEz+ZpqRyzegKuXPREtik7ATexjcIPPSfzajlXG+7R jgYivdhA==; Received: from [80.156.29.194] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1iwKYb-00077n-Vh; Tue, 28 Jan 2020 06:41:06 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92.3) (envelope-from ) id 1iwKYa-001AeA-2V; Tue, 28 Jan 2020 07:41:04 +0100 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Jaskaran Singh , "Matthew Wilcox (Oracle)" , Christian Brauner , Stefan Hajnoczi , "Tobin C. Harding" , linux-doc@vger.kernel.org Subject: [PATCH 2/2] docs: filesystems: add overlayfs to index.rst Date: Tue, 28 Jan 2020 07:41:01 +0100 Message-Id: <3b8e7783b1fcc71e4f94af5ea8e5fa264392f8c4.1580193653.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <00008303fde6b4e06d027d3b76ae7032614a7030.1580193653.git.mchehab+huawei@kernel.org> References: <00008303fde6b4e06d027d3b76ae7032614a7030.1580193653.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org While the document is there, it is currently missing at the index file. Signed-off-by: Mauro Carvalho Chehab --- Documentation/filesystems/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index ad6315a48d14..328e2c48df31 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -47,4 +47,5 @@ Documentation for filesystem implementations. :maxdepth: 2 autofs + overlayfs virtiofs -- 2.24.1