From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH 21/29] docs: device-mapper: add dm-ebs.rst to an index file Date: Fri, 19 Jun 2020 12:18:14 -0400 Message-ID: <20200619161813.GA24642@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Content-Disposition: inline To: Mauro Carvalho Chehab Cc: dm-devel@redhat.com, Jonathan Corbet , linux-kernel@vger.kernel.org, Alasdair Kergon , Linux Doc Mailing List List-Id: dm-devel.ids On Mon, Jun 15 2020 at 2:47am -0400, Mauro Carvalho Chehab wrote: > Solves this Sphinx warning: > Documentation/admin-guide/device-mapper/dm-ebs.rst: WARNING: document isn't included in any toctree > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/admin-guide/device-mapper/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/admin-guide/device-mapper/index.rst b/Documentation/admin-guide/device-mapper/index.rst > index ec62fcc8eece..6cf8adc86fa8 100644 > --- a/Documentation/admin-guide/device-mapper/index.rst > +++ b/Documentation/admin-guide/device-mapper/index.rst > @@ -11,6 +11,7 @@ Device Mapper > dm-clone > dm-crypt > dm-dust > + dm-ebs > dm-flakey > dm-init > dm-integrity > -- > 2.26.2 > Didn't see this fix staged in linux-next so I've picked it up for 5.8. Thanks, Mike