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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 2FC92C43216 for ; Mon, 26 Jul 2021 15:08:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1832B60F5C for ; Mon, 26 Jul 2021 15:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235126AbhGZO1k (ORCPT ); Mon, 26 Jul 2021 10:27:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235047AbhGZO1V (ORCPT ); Mon, 26 Jul 2021 10:27:21 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2351C061760; Mon, 26 Jul 2021 08:07:49 -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=BubiKB9vB45J69umFp5in89rgduVxIwyz1cpJGxQFfY=; b=sOAC1zypeUA7rs8q0Zw+qXhU5q toYffRKhMe4o+N3uzGP7XKidnZnHdprBmR5GYoZC4KqwGWDLwdzLgBqWWsex3XzVCz9J/LXL6Hk+g 7f7YOQx2/x4C7U45SOZXJ9zNXOJHo4Zgq3Yb1PjadyiE3aUINlZFqmNvQXIeMGtww/Iom++C2G5lJ Wf5Daib5UT5W/UfyiwpvAzHlXPwz20UuQye+MIRIcZo7yyEAP28itHHpnVKOd/jMKwtdsO4gxBs7j yDZ6g2hb83wVt9iDIbzJEtRXhB9x/Iqnc//TTRI/bnxFV0XHwjV1d0yU0ZQObcn+3U22e2rxfnv6k bVXKT5IQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m82Br-00E4Pi-Rc; Mon, 26 Jul 2021 15:07:02 +0000 Date: Mon, 26 Jul 2021 16:06:47 +0100 From: Matthew Wilcox To: Gao Xiang Cc: linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, LKML , Huang Jianan , Joseph Qi , Christoph Hellwig , "Darrick J . Wong" , Andreas Gruenbacher Subject: Re: [PATCH v8] iomap: make inline data support more flexible Message-ID: References: <20210726145734.214295-1-hsiangkao@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210726145734.214295-1-hsiangkao@linux.alibaba.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please make the Subject: 'iomap: Support file tail packing' as there are clearly a number of ways to make the inline data support more flexible ;-) Other than that: Reviewed-by: Matthew Wilcox (Oracle)