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 C83B9C7618E for ; Mon, 24 Apr 2023 08:10:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231534AbjDXIKj (ORCPT ); Mon, 24 Apr 2023 04:10:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231519AbjDXIKh (ORCPT ); Mon, 24 Apr 2023 04:10:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87F00E58 for ; Mon, 24 Apr 2023 01:10:32 -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 25F7861265 for ; Mon, 24 Apr 2023 08:10:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EE2FC433EF; Mon, 24 Apr 2023 08:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682323831; bh=yuhc7dyZM5udx3a4xN75Z1cqoTpgyOnSoTcZeWOAnes=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MaxQPxcDWg1c8JHKHYNt130+r9ASw65dFAxtQf0LOqn5oxzHEGeXzNWt7+Vasds+2 z+/fU68ViORlxgOXuMt58p1ed6USiUfftN9V5+HestEB62JVLfowNYPB2thJEDg4dW QUPH/pw3RR9KSeogrbHVRRZ9nPwLLC15/FQ/weBJSRFnGe/I6VHArzMC6vODMLZ5V0 M5PMtEtsxAAJR15IM/l+cUlY7HRFc4QBuqSjFmG/3TCo+WAwal/bLh+y5oUurVadDZ 940PKQqP5d/GM2OpFKx50hUTclFUMxUGEZVRkOnXE5JuY9eTPohE9mJwuNk4RzeOyI 4rpsN6NScNKrA== Date: Mon, 24 Apr 2023 10:10:25 +0200 From: Christian Brauner To: Al Viro Cc: Joseph Qi , Mark Fasheh , Joel Becker , Arnd Bergmann , akpm , Arnd Bergmann , ocfs2-devel , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] ocfs2: reduce ioctl stack usage Message-ID: <20230424-unser-erden-693a29d7a388@brauner> References: <20230417205631.1956027-1-arnd@kernel.org> <20230418-fortgehen-inkubationszeit-5d3db3f0c2b1@brauner> <7555eaf9-b195-5189-3928-c7292e4a0ba5@linux.alibaba.com> <20230418-vielmehr-nominieren-7f2adb0f6703@brauner> <20230420204801.GO3390869@ZenIV> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230420204801.GO3390869@ZenIV> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 20, 2023 at 09:48:01PM +0100, Al Viro wrote: > On Tue, Apr 18, 2023 at 02:56:38PM +0200, Christian Brauner wrote: > > On Tue, Apr 18, 2023 at 05:37:06PM +0800, Joseph Qi wrote: > > > Andrew picked ocfs2 patches into -mm tree before. > > > > Yup and that's fine obviously, but this belongs to fs/ and we're aiming > > to take fs/ stuff through the dedicated fs trees going forward. > > Er... Assuming that there *is* an active fs tree for filesystem > in question. Do you really want dedicated e.g. affs, adfs, etc. > git trees - one for each filesystem in there? No, that's not meant or want. What I meant is that when a filesystem doesn't have a dedicated tree (and/or active maintainers) mentioned in the maintainer's file then we pick up those patches just like we already do today and have done.