From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E399223B1; Mon, 15 Jul 2024 04:13:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721016795; cv=none; b=W2R+msvDP6pLl5u0FLsvw+BjtdsjH8A90IxW9UR/B10WEKuvCe9DUVrTKjfaHk3uHQnHX6BsIBEDKjhZz3/dQiKe+WEviUfpYmWxT1IXEdX2tlA98A7RuJ+yNCoFgj8nKvA+w+v5D7bfuI+VFqHcIZqwxsenqowsRL8gJxvBca8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721016795; c=relaxed/simple; bh=dp8Y7w3ruSO1K7DfVW1bMqrFQmoYXRT6yPxWd2A0KMU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qKtWab6n5VZzRwJpm+4KVgP+Dx7fSSDDZB2c3lkoMw08BTs8IEW7VD7lll/bBI2QcczwFNNcxK84PfEc4UF0rDwop4LGMu8LAGxNk7yuCIUIaMK9ZgnRsiuHClx7sBcAd/rfJ11gEZAY3K+jGKUIFlIu0iTeZJuz2FMyf9QmnYI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 80A2468B05; Mon, 15 Jul 2024 06:13:06 +0200 (CEST) Date: Mon, 15 Jul 2024 06:13:06 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Anna Schumaker , Trond Myklebust , Andrew Morton , Christoph Hellwig , Kairui Song , NFS Mailing List , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the nfs-anna tree with the mm-stable tree Message-ID: <20240715041306.GA2229@lst.de> References: <20240715105836.6d6e6e50@canb.auug.org.au> <20240715114759.16a86e78@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240715114759.16a86e78@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Thanks Stephen, the fix looks good. Anna, given that the commit is near the head of your branch I can resend (or you can just fix up directy) to use folio_pos instead of folio_file_pos to avoid the harder to fix part of the conflict.