Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp987011pxf; Thu, 8 Apr 2021 18:53:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwuQzUlbCFn3gjmowW5yBJABe4huSyXTdUlFzLWRIMYsV2qh7Po0sxGmk0EU2Nb/ecvYSvI X-Received: by 2002:a17:90a:6e44:: with SMTP id s4mr4130056pjm.18.1617933197783; Thu, 08 Apr 2021 18:53:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617933197; cv=none; d=google.com; s=arc-20160816; b=v6LAu8NnTt13+5Ujzc6fIpM7BKlQRUer4gf+GYPVvM0csXQV8VIXFll5tIV8nVi05E 7tTdQa4g0rsHYXtly0ZqvG+d0oluqJTfKf2g9MY2rKylLShHXOLEyipoQg1y01YykVzl eSba9JjkuDecv0LHTJAdIRiUAi0KUBC1iqmbFZnfy40d80w+4fWzzO9+hcjMLwsMnWLU /0Breu7FT/AFirvBPZelTgcxmgO/5/5WrYKeF1Vq6k9wferYkwyPTPj2Hex99bTucJWl q8rZv5Z74WX0WsYGzZyhLdZjaPci6a1g9cxZ94ecKdU5m6bmID8mbsqMYeXQk62dv9On 3S2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=9nbcFEfz5cOHR3QkHB2nfM8dITL3cEzFEhP4LqS9byY=; b=haZFvAc71YmxBqu5Lfl/PS1RznwZEDTtgOAwXMs0qp0xl3LcW5G+J6kD5FdTH80Pn1 bgC44r6UbeMInKykO6XE4VDiLvfdS/3EJazQaylzy86cF3ZgYxRea2ZxThNg6R2pCqAz 1uyMOgqxLXAFtjad54O38CASh5putYcVZQCUVQwoOzVBkk/pXpE3NbJRQ2XLapZAY9aE W2dKFk6MhBdJptmfa0emZtHktEsGbNyBkEh9js4qgrW6GKFdUpTYKXY3nVnSKndNRfpm b99Rg33aPVYLkT3e3hGgiuncARevtL8mOI4P7E5ccxmU+pB2i2BBvAFauLOuUQ621Djd zYiw== 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 e3si1246059pgv.143.2021.04.08.18.53.05; Thu, 08 Apr 2021 18:53:17 -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 S233231AbhDIBwe (ORCPT + 99 others); Thu, 8 Apr 2021 21:52:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233187AbhDIBwc (ORCPT ); Thu, 8 Apr 2021 21:52:32 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41434C061760; Thu, 8 Apr 2021 18:52:20 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lUgJf-003sVF-Ge; Fri, 09 Apr 2021 01:52:11 +0000 Date: Fri, 9 Apr 2021 01:52:11 +0000 From: Al Viro To: Miklos Szeredi Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [GIT PULL] fileattr API Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 07, 2021 at 09:22:52PM +0200, Miklos Szeredi wrote: > Hi Al, > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git fileattr_v4 > > Convert all (with the exception of CIFS) filesystems from handling > FS_IOC_[GS]ETFLAGS and FS_IOC_FS[GS]ETXATTR themselves to new i_ops and > common code moved into the VFS for these ioctls. This removes boilerplate > from filesystems, and allows these operations to be properly stacked in > overlayfs. Umm... v4 or v5?