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 E81F0C61DA4 for ; Thu, 9 Feb 2023 14:57:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231197AbjBIO5F (ORCPT ); Thu, 9 Feb 2023 09:57:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231196AbjBIO5E (ORCPT ); Thu, 9 Feb 2023 09:57:04 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F6EFF750; Thu, 9 Feb 2023 06:57:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=BSmW7Iho/4/wXxxcfwoME8Q/qLAcfNzxOyq316M3Rcs=; b=ofOcVA38kMkyoZhsneBjHSGe6K QW+oxgXmuUQ4T56T3vxZZkp9K/e9zboAkYzKJresLmvERZFYKRAp4DbLzpGPEICb3bH1BYuD3H+Ii taDywoKde9WO9TiOXQyDiYrLOiZj88o+/BCeikcuFAmyEcEEhdX6kgqRNAYZKxzEV1WccJolHXLl2 +Mku1/e1n0a/zA84F7t1n9aq0qe8hOk3HnrMEsb87CV+ijfJu9caZMZgUoF7mp4lZWXcQNe1mTl9m SoiWevi8ZNxdSTgMEOMA0vuajieOIpNu+QMcfvpC/Ts0Ri/pdjj8NlL7ziAcpBp+PoMxJje12BCqe Ov3PVmYg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ8M7-002HNo-L6; Thu, 09 Feb 2023 14:56:59 +0000 Date: Thu, 9 Feb 2023 14:56:59 +0000 From: Matthew Wilcox To: David Howells Cc: linux-xfs@vger.kernel.org, linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 2/3] afs: Split afs_pagecache_valid() out of afs_validate() Message-ID: References: <20230208145335.307287-3-willy@infradead.org> <20230208145335.307287-1-willy@infradead.org> <684134.1675952905@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <684134.1675952905@warthog.procyon.org.uk> Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Feb 09, 2023 at 02:28:25PM +0000, David Howells wrote: > Matthew Wilcox (Oracle) wrote: > > > extern int afs_getattr(struct mnt_idmap *idmap, const struct path *, > > struct kstat *, u32, unsigned int); > > extern int afs_setattr(struct mnt_idmap *idmap, struct dentry *, struct iattr *); > > This doesn't apply to linus/master. I'm guessing it's based on something > else? next-20230203. I'm guessing it's "fs: port xattr to mnt_idmap" that's causing merge conflicts for you?