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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DFC0C07E9C for ; Mon, 5 Jul 2021 16:56:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DC8461357 for ; Mon, 5 Jul 2021 16:56:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229714AbhGEQ6y (ORCPT ); Mon, 5 Jul 2021 12:58:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229652AbhGEQ6x (ORCPT ); Mon, 5 Jul 2021 12:58:53 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEA3CC061574; Mon, 5 Jul 2021 09:56:15 -0700 (PDT) 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=NdRCp8+0TuhsupJ3z/cTsd8ADSgNPkIWGdRhbHg3jpg=; b=MS1cUT++EtPaw4HGLHppDVLph5 iMngsE8IOneAqXBPjJXiauZ8ZeXPcHjDr39IJnD+IgeQ6Tbgoji7bAl2O9KzRHjQ8qnQBoWjWtzkD 8/o82SRvTWlNmmpRhtBlKGCPe6KR2k5H2XMCRJaXWTfsaIM7IJ4pHIRMEZIrGgWXL6GSFM4Ffia72 bz2IJvhlWpyoUwTDVWabBqDAyL+H4EW1cGilnVy87R3FkDq3wfdtmdJ7c03vqaNaxLEYTSOhGT5fN Ur+xo8Df+1gYFTltjFzGqGJoIcV1VkMs2+TZDibm39EI+R0Qhp2+LCw8Fr+K5I7FVjK34aB43F8or 3ELJjNbg==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m0Rsn-00ARRr-0c; Mon, 05 Jul 2021 16:55:46 +0000 Date: Mon, 5 Jul 2021 17:55:45 +0100 From: Christoph Hellwig To: Andreas Gruenbacher Cc: "Darrick J . Wong" , Christoph Hellwig , Matthew Wilcox , linux-xfs@vger.kernel.org, linux-fsdevel , cluster-devel Subject: Re: [PATCH 0/2] iomap: small block problems Message-ID: References: <20210628172727.1894503-1-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jul 05, 2021 at 05:51:22PM +0200, Andreas Gruenbacher wrote: > On Wed, Jun 30, 2021 at 2:29 PM Andreas Gruenbacher wrote: > > Darrick, > > > > will you pick up those two patches and push them to Linus? They both > > seem pretty safe. > > Hello, is there anybody out there? > > I've put the two patches here with the sign-offs they've received: Please send out an updated series likey everyone else.