From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 873691C84C5 for ; Tue, 1 Jul 2025 21:24:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751405085; cv=none; b=RXRpnMBw84tNKFE/l6Su7xa2yPgKTLltQJ367OQ/J+m8KOCsK7Qvnf31dOvLXdkpSaxZ4dPsVWTcWz9KccKPZLn1bk2gvIw66vBrGD3UkYrPJcKeaytcCmtqYrHNIME667h00tQLhx8e+Ca9ifW90EVixIrV2uzHn/aMC1vl/LU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751405085; c=relaxed/simple; bh=dYTK5OAposMrwMJTrGnRMN9nlw5pDKEwSrvLOySNbQs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=USaCLOd+QlZQMtojbdJiVJ58GgYAQdrVYRuObfF3xBuOEs6m6GvPmvlNP5Ea28A2+A7XFDs6ouorA7yOtdr/5L6/8p722feUuGiRx8hmXl5u0PjTrMBsj6jZt74c7l91U9dRdAOwUG455SJvrlE/cBgqCfc6Im+96L8AsrNmvto= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Received: from trampoline.thunk.org (pool-108-26-156-121.bstnma.fios.verizon.net [108.26.156.121]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 561LOHm7009077 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 1 Jul 2025 17:24:19 -0400 Received: by trampoline.thunk.org (Postfix, from userid 15806) id 85C1E2E00D5; Tue, 01 Jul 2025 17:24:17 -0400 (EDT) Date: Tue, 1 Jul 2025 17:24:17 -0400 From: "Theodore Ts'o" To: Jonathan Corbet Cc: Bagas Sanjaya , Linux Kernel Mailing List , Linux Documentation , Linux ext4 , Andreas Dilger , "Ritesh Harjani (IBM)" , "Darrick J. Wong" Subject: Re: [PATCH 0/5] ext4 docs toctree reorganization Message-ID: <20250701212417.GD495283@mit.edu> References: <20250620105643.25141-2-bagasdotme@gmail.com> <87y0t7rajm.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y0t7rajm.fsf@trenco.lwn.net> On Tue, Jul 01, 2025 at 01:11:25PM -0600, Jonathan Corbet wrote: > Bagas Sanjaya writes: > > > Hi Jon, hi Ted, > > > > While discussing on my previous ext4 docs reorganization attempt > > by merging contents [1], Jon suggested that considering current docs > > file structure, a proper toctree would be ideal [2]. So, here's > > the patchset that does exactly that. > > > > Actual conversion to toctree structure is in [1/5], while the rest > > is cleanups to make the resulting toctree nicer. > > > > This patchset is based on docs-next tree. > > So to me this seems like an improvement. I'm happy to take it, though > would prefer an ack from ext4land if possible. Acked-by: Theodore Ts'o - Ted