Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3064639pxk; Mon, 7 Sep 2020 02:02:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxUIr3/QDmgQLzf/dIUNLTB7J4zal1rRSMcsW/zg5wFMlqd1XwGAlFjOBNwF4pBAcV3j3d8 X-Received: by 2002:a17:906:5856:: with SMTP id h22mr19768350ejs.480.1599469341717; Mon, 07 Sep 2020 02:02:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599469341; cv=none; d=google.com; s=arc-20160816; b=V4gMMHtXACUqMZp1zfjrz5DjYrHgfH/nzVBzGft7IpWF3vEjbA/Vv2+vfUcxGTC96+ iTAGJVBZlIHffOzP4Dw2GD3VCzQzBbc9bPjBuvdkDY8GCQOSYDzBFdYb9NIiKy5u5d9D zEwaPOVdSH5PaINwzvP7wIE1YJtEiGl4UZo8o4nWJKW0AlzBcctvdcdbBwOUqfiHMa9l Ou4iZCmto6XH+I/8QrxNoHwTYHCGxWzSTfAkcqhiqO8uaUKO6r6RBzuGur5bXZcQSOwg 0FWiRP60Owx/JX1lgL+/PcBa4Qh/0aLVXKcR1KLYAkWKiM0k/N2yUNgG9GtHpiEkD18c /O+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=MIIaLe9IEYxMXff1G/NpsQRWA/5lXSLr1KU+oPM1dG4=; b=06JbPJ2z1eQgKoBLFxOK/nQJWDIgeh65fzf4v0EulqxRiUhY9F99RfM0/IdkV/T4Gu pcaCsXdaTbnWmYuE+KrefT6Seb/6k9fU8J5a575Pk5J3T8+azW6F95aakL+LhWAyv4g+ u8LpqlCJ00DCIcGYxa+kMK6N+SbyUrlkeolF4W/tg5co8Phd+ZAIrVuouPGnLIgnD0VX GscXboPVj3rprqgFe1t6+3vw6j97Yghh5ymlKemtQl6XqsodEEeK2MCWXAgl7z+GDLer 16+/K6Pak7lFFumIHTSYAAzvY3eUqOCF+sX8k2bAfAHcsokbnVvWdBD8vy/yv/1BsEWp fYGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id mb24si9233636ejb.583.2020.09.07.02.01.51; Mon, 07 Sep 2020 02:02:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728172AbgIGJAA (ORCPT + 99 others); Mon, 7 Sep 2020 05:00:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:40594 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727989AbgIGI76 (ORCPT ); Mon, 7 Sep 2020 04:59:58 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id A15FAABD2; Mon, 7 Sep 2020 08:59:57 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 742E41E12D1; Mon, 7 Sep 2020 10:59:56 +0200 (CEST) Date: Mon, 7 Sep 2020 10:59:56 +0200 From: Jan Kara To: Linus Torvalds Cc: Mikulas Patocka , Jan Kara , "Darrick J. Wong" , Dave Chinner , Jann Horn , Christoph Hellwig , Oleg Nesterov , Kirill Shutemov , Theodore Ts'o , Andrea Arcangeli , Matthew Wilcox , Andrew Morton , Dan Williams , Linux-MM , Linux Kernel Mailing List , linux-nvdimm , Ext4 Developers List , linux-xfs Subject: Re: [PATCH 2/2] xfs: don't update mtime on COW faults Message-ID: <20200907085956.GA16559@quack2.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat 05-09-20 10:03:20, Linus Torvalds wrote: > On Sat, Sep 5, 2020 at 9:47 AM Linus Torvalds > wrote: > > > > So your patch is obviously correct, [..] > > Oh, and I had a xfs pull request in my inbox already, so rather than > expect Darrick to do another one just for this and have Jan do one for > ext2, I just applied these two directly as "ObviouslyCorrect(tm)". OK, thanks! Honza -- Jan Kara SUSE Labs, CR