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 B923EC7618E for ; Thu, 20 Apr 2023 20:48:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232277AbjDTUsS (ORCPT ); Thu, 20 Apr 2023 16:48:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231534AbjDTUsP (ORCPT ); Thu, 20 Apr 2023 16:48:15 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9F3A10B for ; Thu, 20 Apr 2023 13:48:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=LKc/fJIYHijdEIglTa+FsQbwIJmZsw0Xj352C7shrQc=; b=c576q9RTF8ZOJFOjJt76wqaF7k KNrWZWen1S3BZtctmbzufl1uJudkXd5qXeqnez681d110Imr0U34RdSedS3pJYU/tHUsMwmFR9MnA ah1YgBjFftU5rAM7E3AgSWb7ZR5mAGzpjeiOq3WVU3BfKQ1/sZTOgHYcXLdl8iAhCID6PA7B2asLk UqFlrSMX0e36DBXO57QBnP8qm3Va+tQWuhDXO0gD5x0C+VKDYf1Tr11Tmg9T2WF/KQfyr9zZdrpKm vhjbggVCT9HwtBOnr8N7b2R0Ugi2Sfq+JLGxQ7+gcSra2cMVvlVAKjsV20DZJPoBwwkpRNzcpdARq 70zkCJKg==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1ppbCD-00AxMd-2E; Thu, 20 Apr 2023 20:48:01 +0000 Date: Thu, 20 Apr 2023 21:48:01 +0100 From: Al Viro To: Christian Brauner 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: <20230420204801.GO3390869@ZenIV> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230418-vielmehr-nominieren-7f2adb0f6703@brauner> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?