Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp508398ybd; Sat, 29 Jun 2019 01:36:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqworHZ1YxUXNN6OtcLlIeFiVxLaEBSvs4uj/3apR4W3SnArXxm2+IofGI5Kjk/FLvt6/yP1 X-Received: by 2002:a17:902:2ba7:: with SMTP id l36mr16287180plb.334.1561797411392; Sat, 29 Jun 2019 01:36:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561797411; cv=none; d=google.com; s=arc-20160816; b=cpYLge2FdrI2Z27b7aVfdT2litVSw452byXOvlyA1XYRHPGT1InU+JoEQ/VchNVvX3 6wnAA8tiCXeXzeT0M5DQVchFkE0axqXjAaTGplOISN14faPdAQ2upkFbkaSgG76rDzwK K89vRAfyLOI4oAW/dWVO7qryKOe/W5sRPUo9ecSEVobJgg8Ai9qBn8sVdWad6oXfGWcU t1lfvRBzx82LVPv7GRB3nquk7ObgGaIvtVWvxed/nQYdbROcw2pj489ORJakDx6UmL6S vqCeLl6LjmVGixXf0a+/fN1F63CA63fnod8IC6S7Xf7t+ZoLflGYO8ONSVZUe4KWaYEk EXXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:to:subject; bh=I/reqj+/JMSLdDGer7mgD+W0Ggm7M2m4//eySKI5ZDs=; b=qGw6Q8dToi4lmrouAEvLzJWKBWRhXGcsxr0PCuAeCy+bhR2OI/5AHQ0CvBxXqtAWac o28ZPIh2N9b23X4Chjhm4SZoq4HAkjBGaV8kJ5ztmS1C/LKUXZm4MMGr8f8M+Bam5RSO IU3LCiQ5eeJ6qnwUIpN07NZ3//KEek/jjETvtb5KsIaTVdMIFNB6xbD9ZFaQ9qcVJQr/ y8sl9zOkfYmW0QMskCqPnvNJ/MszDfkj+dEpjkQ9l8l0QW5GPFDo05xb2CgrjmannmxV BbSSqHI7ZK11eauyK/OPDnGCzvGLlbJKgPaDd1fyLWfZNEfCTGth+zcfOYCF+Y5kU9g+ VnEg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v2si3657322pjy.48.2019.06.29.01.36.21; Sat, 29 Jun 2019 01:36:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726843AbfF2IgQ (ORCPT + 99 others); Sat, 29 Jun 2019 04:36:16 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:60162 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726766AbfF2IgQ (ORCPT ); Sat, 29 Jun 2019 04:36:16 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 5111617CCFCEA3BB6C2F; Sat, 29 Jun 2019 16:36:08 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.212) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sat, 29 Jun 2019 16:36:02 +0800 Subject: Re: [f2fs-dev] [PATCH v2] f2fs: allocate blocks for pinned file To: Jaegeuk Kim , , References: <20190627170504.71700-1-jaegeuk@kernel.org> <20190628153614.GA27114@jaegeuk-macbookpro.roam.corp.google.com> From: Chao Yu Message-ID: Date: Sat, 29 Jun 2019 16:36:03 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190628153614.GA27114@jaegeuk-macbookpro.roam.corp.google.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/6/28 23:36, Jaegeuk Kim wrote: > This patch allows fallocate to allocate physical blocks for pinned file. > > Signed-off-by: Jaegeuk Kim Looks good to me now. Reviewed-by: Chao Yu Thanks,