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 64910EB64DD for ; Fri, 11 Aug 2023 08:34:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbjHKIep (ORCPT ); Fri, 11 Aug 2023 04:34:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbjHKIeo (ORCPT ); Fri, 11 Aug 2023 04:34:44 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93E9E2737 for ; Fri, 11 Aug 2023 01:34:44 -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=JVWgnKh9+PXhqWIsKH0WcgkkAiSjgJBKNee5LXODlP0=; b=n67q8ndCcHmWMXWtLy+yiqP8MH T1KwhVdwlh3l5Fyp7R2VXqWKd8deo/iZWipLbjcPjPis3UGXkqrbxkv/WVckSP9bBur1ONhXJgU3O Q7MekWwG+9vOUYS3h91VWc13KROlnY61aAikWWZfsRA3VNcuu9FIi9Ni3ivGXcuXHnWx0ndPkdaPp 0ZKDK6BzwbmRcVABNmWqqXlEXuyqnEJoJkaHF6dwLnSyj3EjHsw20Ls6LNZN3ktXRLQnbl8TvIegB 94LQZeZtytT/5QShnfNe7XSv+3fFzg97bxHa2a/pr4SIrwzq4RThQAT4NOzRCg+tKI/pSMbyT0V1z iBTr19AA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qUNbI-009rUj-1f; Fri, 11 Aug 2023 08:34:28 +0000 Date: Fri, 11 Aug 2023 01:34:28 -0700 From: Christoph Hellwig To: Hugh Dickins Cc: "Darrick J. Wong" , Christoph Hellwig , Christian Brauner , Andrew Morton , Oleksandr Tymoshenko , Carlos Maiolino , Jeff Layton , Chuck Lever , Jan Kara , Miklos Szeredi , Daniel Xu , Chris Down , Tejun Heo , Greg Kroah-Hartman , Matthew Wilcox , Pete Zaitcev , Helge Deller , Topi Miettinen , Yu Kuai , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for direct IO Message-ID: References: <7c12819-9b94-d56-ff88-35623aa34180@google.com> <20230810234124.GH11336@frogsfrogsfrogs> <5d913a4-a118-1218-25f2-32709b3e618@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5d913a4-a118-1218-25f2-32709b3e618@google.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 On Thu, Aug 10, 2023 at 11:16:20PM -0700, Hugh Dickins wrote: > Helpful support, thanks. But I didn't read Christoph as unhappy with > the granularity issue: just giving me directIOn to FMODE_CAN_ODIRECT, > and rightly wondering why we ever fail O_DIRECTs. Exactly.