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=-7.1 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 63861C433DB for ; Thu, 24 Dec 2020 09:39:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 225F9229CA for ; Thu, 24 Dec 2020 09:39:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727422AbgLXJj1 (ORCPT ); Thu, 24 Dec 2020 04:39:27 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:10078 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726413AbgLXJj1 (ORCPT ); Thu, 24 Dec 2020 04:39:27 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4D1lNr2hGlzM8gZ; Thu, 24 Dec 2020 17:37:48 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.205) with Microsoft SMTP Server (TLS) id 14.3.498.0; Thu, 24 Dec 2020 17:38:42 +0800 Subject: Re: [PATCH 5.10 24/40] f2fs: fix to seek incorrect data offset in inline data file To: Greg Kroah-Hartman CC: , , kitestramuort , Jaegeuk Kim References: <20201223150515.553836647@linuxfoundation.org> <20201223150516.715040953@linuxfoundation.org> <962b2db7-383f-b4da-5221-2004235d19c1@huawei.com> From: Chao Yu Message-ID: <8a04d425-78bb-5d8f-c922-5e45ff145ca9@huawei.com> Date: Thu, 24 Dec 2020 17:38:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/12/24 15:52, Greg Kroah-Hartman wrote: > On Thu, Dec 24, 2020 at 09:11:53AM +0800, Chao Yu wrote: >> Hi Greg, >> >> Thanks a lot for helping to resend and merge the patch. :) > > Not a problem, glad to help out. In the future, all you need to do is > give us the git commit id that needs to be backported if it applies > cleanly, no need to send the whole patch! I will keep this in mind, thanks for your reminder. Thanks, > > thanks, > > greg k-h > . >