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 2AE10CDB465 for ; Mon, 16 Oct 2023 06:07:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229861AbjJPGH3 (ORCPT ); Mon, 16 Oct 2023 02:07:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbjJPGH2 (ORCPT ); Mon, 16 Oct 2023 02:07:28 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DAEC95 for ; Sun, 15 Oct 2023 23:07:26 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 10D1C6732A; Mon, 16 Oct 2023 08:07:23 +0200 (CEST) Date: Mon, 16 Oct 2023 08:07:22 +0200 From: Christoph Hellwig To: Seamus Connor Cc: Joel Becker , Christoph Hellwig , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] configfs: improve item creation performance Message-ID: <20231016060722.GA26408@lst.de> References: <20231013211129.72592-1-sconnor@purestorage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231013211129.72592-1-sconnor@purestorage.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks Seamus, I've applied the patch (with two very minor coding style fixups) to the configfs for-next branch.