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 89E9AC43217 for ; Mon, 14 Nov 2022 18:55:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235836AbiKNSzg (ORCPT ); Mon, 14 Nov 2022 13:55:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbiKNSzg (ORCPT ); Mon, 14 Nov 2022 13:55:36 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1238E1C405; Mon, 14 Nov 2022 10:55:35 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9C07B61355; Mon, 14 Nov 2022 18:55:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0F0FC433C1; Mon, 14 Nov 2022 18:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668452134; bh=7LQB6+XiZse5Dnc4o5pGCnRPnyXUW/aVM8VfGewrOAc=; h=Date:From:To:Subject:From; b=OJbUUOO1iVoh9LPnjehkISosH3qTJ4UoFuDybNlsNrl71lcMP5r0+9DtTr+dEqSP4 p9VEORB8RvK4xSeGzK0qB5rYdbvnlETnsjwOevg5AFsQG3J9x0MWZKUTMANpQlMgGu PZoiouyN092bFt6oZbYsSKjVfVvL/mrrG89uNkM2m68WiIwU3PKQEgydTQIw+iD3f2 gVxa8glgl0DCxM+WcmWY6C7xsFSYsyZnZJDoWQOhC43sO2JblaozAxJlmoyhHJ/26c Eywk0fD28y++23nJgybYDhXpOdPPqn8E9PkonhtUO6CIqGDAe+clIcNtRoj79G88yZ j9+Hkvns3+hsw== Date: Mon, 14 Nov 2022 10:55:33 -0800 From: "Darrick J. Wong" To: xfs , linux-fsdevel Subject: [ANNOUNCE] xfs-linux: iomap-6.2-merge updated to f1bd37a47352 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi folks, The iomap-6.2-merge branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@vger.kernel.org so they can be picked up in the next update. The new head of the iomap-6.2-merge branch is commit: f1bd37a47352 iomap: directly use logical block size 1 new commit: Keith Busch (1): [f1bd37a47352] iomap: directly use logical block size Code Diffstat: fs/iomap/direct-io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)