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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72609C77B75 for ; Mon, 8 May 2023 16:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234194AbjEHQkV (ORCPT ); Mon, 8 May 2023 12:40:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233694AbjEHQkQ (ORCPT ); Mon, 8 May 2023 12:40:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9C6872A7; Mon, 8 May 2023 09:39:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6D19B61D48; Mon, 8 May 2023 16:39:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6C48C433D2; Mon, 8 May 2023 16:39:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683563941; bh=ELyESaT3VGjs/tLzzPRioIMW1+mw8WNX1w4bnRTpoeg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S8q9oE+gO17Z36AIuQ54QZR0+HQdZtQmT5jmlPVnQWRgOfqcuAKz4hlx71M41pxee FM/osBCdZtCFEir9ogxaCvmm1osXFbSJxHWFLpmzB6oSjkQOJccXo3R2ZXcse+08zd /mn9oFd7xjwtY1+XnVHLi7odsfhVmZrgm3n7Ur1eferF80u3RkAVFGRoIEarZe6r3r vbMyIT9niNwc3khpZrPno5J/J5l0wNu/2Uaa+k2KC+ZcS25cTM8R3JBXcxhabTLO/W /MQ2+pVbSBHqqgyVogzOZwUekbqnI1YLDR+MbTSeLdRffp9EdUz+hpFBn1BCUccO+J EN28Ml5lnvDbA== Date: Mon, 8 May 2023 18:39:04 +0200 From: Christian Brauner To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Alexander Viro , linux-fsdevel@vger.kernel.org, Ram Pai , Peng Tao , Andrew Morton Subject: Re: [PATCH] Documentation/filesystems: sharedsubtree: add section headings Message-ID: <20230508-zonen-aufkeimen-800844200121@brauner> References: <20230508055938.6550-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230508055938.6550-1-rdunlap@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sun, May 07, 2023 at 10:59:38PM -0700, Randy Dunlap wrote: > Several of the sections are missing underlines. This makes the > generated contents have missing entries, so add the underlines. > > Fixes: 16c01b20ae05 ("doc/filesystems: more mount cleanups") > Fixes: 9cfcceea8f7e ("[PATCH] Complete description of shared subtrees.") > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Alexander Viro > Cc: Christian Brauner > Cc: linux-fsdevel@vger.kernel.org > Cc: Ram Pai > Cc: Peng Tao > Cc: Andrew Morton > --- Looks good, Reviewed-by: Christian Brauner