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 6F06FC4167B for ; Wed, 29 Nov 2023 16:11:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbjK2QLI (ORCPT ); Wed, 29 Nov 2023 11:11:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjK2QLG (ORCPT ); Wed, 29 Nov 2023 11:11:06 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD88CD67; Wed, 29 Nov 2023 08:11:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=At+baB7w4/cCPr227HUIIZ9SAVJqCXYSgDbYLq6yPe0=; b=RCQDE7tQoQcpcs23nH7cwY6Gqk 9TAggBgvuVbCXvYPNIrEL9b0HHWMZiRjuGnarWU9Mnjxm4S9UqYoSjURBbqecnza9HIAj0uoobgAL TyqFD1JX4dxPu1Gz/hZ7posArSR3uMYC1DQgxvJuJnJwEXCz41Hv9/LjmKzU2lKMj3yNYCDSYUeTW YYVnVmmic9o3WaI/kGZOzZBlVZI1vuGk01XAZgNACYl1q6l3odKTUODhACs5emreHKV5YS/fK+TH1 hUjPbkekjvzhYY6rFqwq0+DGFsHDnMH8GPaVdoWp6zqSSMQQsLcpmkEVoGNhsUzBBuNcm2J+4upUU Pc2uzSbQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1r8N9Q-00DYOd-SB; Wed, 29 Nov 2023 16:11:00 +0000 Date: Wed, 29 Nov 2023 16:11:00 +0000 From: Matthew Wilcox To: "Darrick J. Wong" 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: 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: <20231129052400.GS4167244@frogsfrogsfrogs> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 /)