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 E81A1C30638 for ; Thu, 17 Aug 2023 14:57:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352419AbjHQO5B (ORCPT ); Thu, 17 Aug 2023 10:57:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352461AbjHQO4n (ORCPT ); Thu, 17 Aug 2023 10:56:43 -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 0E4A230EE for ; Thu, 17 Aug 2023 07:56:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 97A35644FA for ; Thu, 17 Aug 2023 14:56:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DFF5C433C8; Thu, 17 Aug 2023 14:56:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692284179; bh=nedXV4ECRGIOcnksE6Hhn2OYIsOMFWVZsYGIRxSVqDc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D2jjTwt5dP4bFDwG3njy99HgIv5kxX6za8ChYnrAk0FSFRrKaMx9RAdsyazmR67jM +kYe7QY9qg4U3AWsGMctUpp+tspxYZwAKv6XY2xH9TlWQQiluVkDRrNm9dbGvpcsXD iYePQbUpu1I0GSWCnPhBAwPD3u07PqFukTR/64WPLvxqr+cTvW6btK7EQsmP+SQ2Tw lLmvRLBX+1H5AdxW0YjY4nwxkyp4g3UnFnx3V1ujqxQTeAYskqEJmk957GO/dcurIo Hi1p5NJbsnGQKMZVCcFRitLC+fZ6SKo59GkvYKaKVvgA3oWddmf3czNCn1qyqss45Y /UkDhdv/AdI0g== Date: Thu, 17 Aug 2023 16:56:14 +0200 From: Christian Brauner To: Amir Goldstein Cc: Jan Kara , Jens Axboe , Miklos Szeredi , David Howells , Al Viro , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v3 0/7] kiocb_{start,end}_write() helpers Message-ID: <20230817-situiert-eisstadion-cdf3b6b69539@brauner> References: <20230817141337.1025891-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230817141337.1025891-1-amir73il@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Aug 17, 2023 at 05:13:30PM +0300, Amir Goldstein wrote: > Christian, > > This is an attempt to consolidate the open coded lockdep fooling in > all those async io submitters into a single helper. > The idea to do that consolidation was suggested by Jan. > > This re-factoring is part of a larger vfs cleanup I am doing for > fanotify permission events. The complete series is not ready for > prime time yet, but this one patch is independent and I would love > to get it reviewed/merged a head of the rest. > > This v3 series addresses the review comments of Jens on v2 [1]. I have neither quarrels nor strong opinions on this so if Jens tells me it looks fine to him I can take it.