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 AC278C10DAA for ; Wed, 29 Nov 2023 16:13:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230445AbjK2QNZ (ORCPT ); Wed, 29 Nov 2023 11:13:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230333AbjK2QNX (ORCPT ); Wed, 29 Nov 2023 11:13:23 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60B0A10A for ; Wed, 29 Nov 2023 08:13:30 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7F11C433C8; Wed, 29 Nov 2023 16:13:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701274409; bh=p+RQX74HwwmDvDtwcup4EpjJ5YUNoNydNJ2G0J9Vk7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MtBFHGVor1ZjdSoE6YY61j93TqDWBS7haGxokvvjSnzxe/6C3jAuiaUZkM0AeHx0t kLES4PgMni59ge3NXU9AicqBF3GO5S+C+JoxHazk6gOv9iEv9M/DmOaps6rCMkTQpj 8JM38jGgoV6gSvVMMsLk9i2SO79lo0M9ApmpSFj40yE6uo68NqlSAYKHPgnmUvS9n9 kN1PI/mih9b447Oo4tpqHwLE/JmppqKQYKZniubEnVzaKYDBBXKz2exiqj6jvozHd8 p/B29PszXrO5hUzyT9wUiirdSNIDkVFOEEuqE9fP9wzavr7mjrk7LNh+hCzVRV3wJ+ G/lLrabyGQXyg== Date: Wed, 29 Nov 2023 08:13:29 -0800 From: "Darrick J. Wong" To: Matthew Wilcox Cc: Bagas Sanjaya , Linux Kernel Mailing List , Linux Documentation , Linux XFS , Linux Kernel Workflows , Jonathan Corbet , Chandan Babu R , Namjae Jeon , Dave Chinner , Steve French , Allison Henderson , Bjorn Helgaas , Charles Han , Vegard Nossum Subject: Re: [PATCH RESEND v2] Documentation: xfs: consolidate XFS docs into its own subdirectory Message-ID: <20231129161329.GV36211@frogsfrogsfrogs> References: <20231128124522.28499-1-bagasdotme@gmail.com> <20231128163255.GV2766956@frogsfrogsfrogs> <20231129052400.GS4167244@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 29, 2023 at 04:11:00PM +0000, Matthew Wilcox wrote: > On Tue, Nov 28, 2023 at 09:24:00PM -0800, Darrick J. Wong wrote: > > Actually, ignore this suggestion. I forgot that I have vim paths > > trained on the Documentation/filesystems/ directory, which means I'll > > lose the ability to > > > > :f xfs-online-fsck-design.rst > > > > and pop it open. Not that I expect many more filesystems to grow online > > fsck capabilities, but you get the point... > > Wouldn't you instead do: > > :f xfs/online-fsck-design.rst > > ie change one character (- to /) No, I'd change the vim paths to Documentation/xfs/ because I don't need quick :find support for the rest of the kernel documentation. --D