Message ID | 20250303175317.3277891-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show
Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 2D10F13A265 for <linux-fsdevel@vger.kernel.org>; Mon, 3 Mar 2025 17:56:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741024596; cv=none; b=kPBWwk+HpdvygHvaqbBnpbgVfrI2ySq8jir3GBnXi6nXs7WUKvWEb5teAyIBz5KFPczoCxsiJXghidqD0i7SSfhlplyJsp/IRW+u4wickQL+hDdjok8UT+qLveybt7t9M7fIEuTf8WwGGbk8bWM2Xu3J/6EopNK6JIWtc7EYJD8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741024596; c=relaxed/simple; bh=EST9vMPqktKaUUbOVjBEqE4D6p4oXDL71IPCkKvUmoo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=s4up2rdaPTyeEFm3iEC8llC3hR4wIy6gVNhUvwXi0sq/faTP8TOLEzR7yP2k6EQsQtIystvIGZWNUOD7Pqk9tz20C5tPMuzMTC0AMY8B3QmP0RIWe9dxJepg2zWAdkVRyC4rCsf2ojZtBGNM0T7oYjmncyl0dp1+fB7dAk3c1Oc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=uzeKq0Ji; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="uzeKq0Ji" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=XmP3TyT8TdEGRL7DCj8hNBlSkCF/pqykHtlplsm+ulI=; b=uzeKq0JiLJq/lf5+FdtIGtaSEh /qLx+dtz30R0tydv14iPN5a6eYwnNu+625qAa4kbxdKu/9s7zQWLB9Vx+7UHYPDKqDCScXs0S3bWm DtJ61hBR8AmOriy2D1djaLDxLDetigt0efdx/cGbamRVVB4RRmaTWbjl0JoU1c4tTQhNSJ3zKPTlR 41V/kJRRXvQ4u+6SF/YQM6K6vaNl7/HVy2iZlSRsYnLqRSoeHJuLgM527eLCODZ2Z75x4YTsBaDva vHTjMnuUtAESctAM3lQEz5gLRd9fZT2o7k4U5vLgV0HFm1FBsg9nVY9UPvr3NoIMjc0iJ/eIz2bAZ YtPDL1pw==; Received: from willy by casper.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tp9yg-0000000DklD-3xvN; Mon, 03 Mar 2025 17:53:38 +0000 From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: David Howells <dhowells@redhat.com> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Subject: [PATCH 0/6] ITER_XARRAY cleanups and consequences Date: Mon, 3 Mar 2025 17:53:10 +0000 Message-ID: <20250303175317.3277891-1-willy@infradead.org> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
ITER_XARRAY cleanups and consequences
|
expand
|