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 D40DBC001B0 for ; Thu, 10 Aug 2023 23:24:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbjHJXYr (ORCPT ); Thu, 10 Aug 2023 19:24:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230172AbjHJXYq (ORCPT ); Thu, 10 Aug 2023 19:24:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29BFC2713 for ; Thu, 10 Aug 2023 16:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691709842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=A1baEt9dGWhpInhHnHI73Bb3tBuRezL7Z2A69hej+88=; b=EL4/lej3n2Z7IAQokIcKO6p1wM+sJbCtY3UoFCMqBGc4S/0PqkMHhOtmtm0pxq+4kDGUxI +r/MDkoycbyoy23y/13RNSVb5umo6D8EVTSACw8uHrD8/NjLDl7+dBJdtWVnWgW8cVTuTV FMkS7srJZ+k9fa/7YMxNTzZP5bmCCyI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-629-aEpp3QgzMbG4VOfZNAeReg-1; Thu, 10 Aug 2023 19:23:56 -0400 X-MC-Unique: aEpp3QgzMbG4VOfZNAeReg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 85EF5857A84; Thu, 10 Aug 2023 23:23:55 +0000 (UTC) Received: from lebethron.zaitcev.lan (unknown [10.22.8.69]) by smtp.corp.redhat.com (Postfix) with ESMTP id B976A140E96E; Thu, 10 Aug 2023 23:23:53 +0000 (UTC) Date: Thu, 10 Aug 2023 18:23:53 -0500 From: Pete Zaitcev To: Hugh Dickins Cc: 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 , Christoph Hellwig , Helge Deller , Topi Miettinen , Yu Kuai , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO Message-ID: <20230810182353.4e0209d8@lebethron.zaitcev.lan> In-Reply-To: References: <20230809-postkarten-zugute-3cde38456390@brauner> <20230809-leitgedanke-weltumsegelung-55042d9f7177@brauner> Organization: Red Hat, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, 9 Aug 2023 22:50:39 -0700 (PDT) Hugh Dickins wrote: > And big thank you to you and Jan and Carlos for the very quick and > welcoming reviews. If only Hugh were able to respond like that... No negative self-talk. My own naive submission was sitting in my mailbox since February 2020, so at least you're doing it! Seriously, thanks a lot for finding the cycles. -- Pete