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 0FAD7C433EF for ; Fri, 24 Jun 2022 05:21:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230224AbiFXFVD (ORCPT ); Fri, 24 Jun 2022 01:21:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229478AbiFXFVD (ORCPT ); Fri, 24 Jun 2022 01:21:03 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 982A968004; Thu, 23 Jun 2022 22:21:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kOVNnlzTgA+Z+gBxY/9/lvwQCMpKmmF91Zjw5AXklLw=; b=QEzbdjW3WU084VDeSmzi22h9cz 7NC83oBNvkYUraBLAkV/eBBPhl6m/Xw4AIEbomTTvLl7QfMAgWt4zEPxF/bzP43mz9s8a0UiZyZCa JYphmUiPuM08T232y0D1p6D/8hDa/TAdT1GiiWTwB1G/Tv6J5xm2FeOQiV/c+RadsQU/Ve7NiZ8pe M6qKeHv4D0LRru5iDPKTotzkTgtoQPRubNwaMz0aglhS9txRCkmkrLGYjzofdaIo9Dz+0EKyGBrMz g1X0r8hGE/GJYk6YnylvU8KgwWbtvfR5Af3ihjePPUsLGxt0lxJBAL5mAHqqPxPBy1Mj4HHn2EzwJ AKMK/i7w==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4bka-000aAk-91; Fri, 24 Jun 2022 05:21:00 +0000 Date: Thu, 23 Jun 2022 22:21:00 -0700 From: Christoph Hellwig To: Stefan Roesch Cc: io-uring@vger.kernel.org, kernel-team@fb.com, linux-mm@kvack.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, david@fromorbit.com, jack@suse.cz, hch@infradead.org, axboe@kernel.dk, willy@infradead.org, Christoph Hellwig , Christian Brauner Subject: Re: [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks Message-ID: References: <20220623175157.1715274-1-shr@fb.com> <20220623175157.1715274-8-shr@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220623175157.1715274-8-shr@fb.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org FYI, I think a subject like "fs: add a FMODE_BUF_WASYNC flags for f_mode" might be a more descriptive. As the new flag here really is the interesting part, not that we check it.