Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp767098pxy; Wed, 28 Apr 2021 13:52:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+b1FQDTYJOGSbis2sHYyiNODf1M/mEC68pcsvvN1tT1EIIVjpYNvbP/6JYy60A/+XKI2f X-Received: by 2002:a17:906:3458:: with SMTP id d24mr25150759ejb.54.1619643141919; Wed, 28 Apr 2021 13:52:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619643141; cv=none; d=google.com; s=arc-20160816; b=qhTnhQEXFNPw+G2/TvfgJ491ZDXWy5dlqfooTgTC6aYAX1fIIpFU6fkvB7zdjszplN L72gLspMzv+A05UVh3Ky2SKe8eoO1Mf9w1+xP7V2MzA1uL41TFRobDYy93uhhFwa9zqd F4han8rEONMyUKENWeFdTAD809Z52Zu0rRJPUawtsE4m4N7gKNG8HjSXLV2K5iImfz9N 38hp3yRJcXKAf+ANDDrmJERcsHCqLOLS8K49nuW/aai4Ij+/nKl07VI3JWnyeWPbyrsb xV0d54eUYF3DvyJPt8FzyI6eBsHESOtRBtbWgUpnDI2ibDOBsPPIZfSCv+QEbZ/SgosN JTHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:mail-followup-to:reply-to:message-id :subject:cc:to:from:date; bh=/yaRu/HVYAYRrOiIvBfW/At4q4rfkDuMQL9ee5BPabg=; b=IHjdPiYFNS5UmnuC/gaBWtjji6lS8DJ9ocGW7sFOWtqlP3/NbQWlvGDdfZVrQ3sMe/ yO6rbd39ib3vWaCPyB6ayE6ERmpzJCTeB+0+1+4NM7SNmViRw3vZbDNsNedwDuz0DYxB CklP3bedNKvBtxfc6XWzdGnYU5kjik3DgB/mZINd8kp01335F/5V9xY38lyBTDIPhr5w phwl7HrQP+r/ohfHOTNlQHoXC420nDkQiadZj922LKaY6dK22ScrO5OYG5KOtxiAvNQ9 lnfwqQ3Hi+AtS8mpMtfbx5Udo0iFrwsOOpZOYMI3G9lpN1tUczFjjBfxfXVzQXyIvSVI vRlw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 d21si1051070ejb.427.2021.04.28.13.51.58; Wed, 28 Apr 2021 13:52:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241340AbhD1Q6h (ORCPT + 99 others); Wed, 28 Apr 2021 12:58:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:45094 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229931AbhD1Q6h (ORCPT ); Wed, 28 Apr 2021 12:58:37 -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 E894DB01E; Wed, 28 Apr 2021 16:57:50 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 24823DA783; Wed, 28 Apr 2021 18:55:28 +0200 (CEST) Date: Wed, 28 Apr 2021 18:55:27 +0200 From: David Sterba To: Linus Torvalds Cc: Al Viro , Josef Bacik , David Sterba , Linux Kernel Mailing List , linux-fsdevel , Miklos Szeredi Subject: Re: [git pull] fileattr series from Miklos Message-ID: <20210428165527.GN7604@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Linus Torvalds , Al Viro , Josef Bacik , David Sterba , Linux Kernel Mailing List , linux-fsdevel , Miklos Szeredi References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 27, 2021 at 11:31:19AM -0700, Linus Torvalds wrote: > Btw, unrelated to that, this pull request got a conflict with > > 64708539cd23 ("btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode > lock helpers") > > which I think I sorted out correctly (the "inode_lock()" is now done > by the VFS layer for the fileattr things, and the btrfs use of > "btrfs_inode_lock/btrfs_inode_unlock" ended up being undone). But just > to be safe I'm cc'ing the btrfs people involved. Please double-check > that I didn't screw something up. Checked, it's ok. Thanks.