Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp196521pxb; Thu, 21 Jan 2021 05:08:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJzbXtHtuT6Di5pmXv1lD82il6D6D3dPbMTPIPXXurJCHoTTNjgPyjiU3ktBL6P3cA2mMaJZ X-Received: by 2002:a05:6402:1c0b:: with SMTP id ck11mr11205791edb.35.1611234488272; Thu, 21 Jan 2021 05:08:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611234488; cv=none; d=google.com; s=arc-20160816; b=RvzYa3cwnBaGoxM5W5+SmQBVQEOCgIiMRBaJtP0EYY/tdT6bumCrEVrlrNjQ3HpRhq A4ID60EQMSROCy7gUeWft1emuXgjg1y/UWwyhZkUIXw50V5FUknwjm4DxbiDzQoiUooZ mH8ls46su55k3Z1w6Wzzjx2sV/w+nExAyZdcKy5XllXDemqN3sxypetya+juvwWcK+kp 5W4WDg3f5nkxoBMTVNXJTKBZBDXIV2WRGYYlN5pvP1e6554zvp1KzvfzKqyqPcarEapb joGIfikhsLaejALO8S93NtsbSACQQUVOAn/ItMvYd1QoAal6yCwAjSF5/ZPuWITuazr0 w5cA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=NRu+SVPL7A7J3Y7+NlEcLLabf9TPW7Fo8zkUPByPb/8=; b=ppMims78VyFR4nhMG4i6R0+Kt5OLEXdcBr5HAr8LYkc/ZijSa3UyKQrjpMZSmL2NZt Mr5mfhL9Twrndg2zi7tvpH0X5j4wAha5moZy3wuIat3llhpEhnRSZ75yyc7gqPdtNM2B GWZ+Uief8+mOAuGWAu2sh3K1G82ftsqc8rb3jdoBMm8bhCZYcuK8xY6IfO/cWD1xfXQN UpboDVpkz1MVIS/Yo6M+Y0IlGZRIZt9e2A6iKBGpVtfGaMzLgFFw5Imt4HJSiFrYh194 kt8bW6WoanOEHi8+dz0tME9sfARaQwmztEc7AxzxnYEcr3G2YxOJ98oIIxbIH41xoSis KUFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 1si2122587edv.426.2021.01.21.05.07.41; Thu, 21 Jan 2021 05:08:08 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731521AbhAUNFk (ORCPT + 99 others); Thu, 21 Jan 2021 08:05:40 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11561 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729165AbhAUKbR (ORCPT ); Thu, 21 Jan 2021 05:31:17 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DLzC02YL9zMNH7; Thu, 21 Jan 2021 18:29:00 +0800 (CST) Received: from [10.136.110.154] (10.136.110.154) by smtp.huawei.com (10.3.19.208) with Microsoft SMTP Server (TLS) id 14.3.498.0; Thu, 21 Jan 2021 18:30:23 +0800 Subject: Re: [f2fs-dev] [PATCH v2 2/2] f2fs: add ckpt_thread_ioprio sysfs node To: Daeho Jeong , , , CC: Daeho Jeong References: <20210114062302.3809664-1-daeho43@gmail.com> <20210114062302.3809664-2-daeho43@gmail.com> From: Chao Yu Message-ID: Date: Thu, 21 Jan 2021 18:30:22 +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: <20210114062302.3809664-2-daeho43@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.110.154] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/1/14 14:23, Daeho Jeong wrote: > From: Daeho Jeong > > Added "ckpt_thread_ioprio" sysfs node to give a way to change checkpoint > merge daemon's io priority. Its default value is "be,3", which means > "BE" I/O class and I/O priority "3". We can select the class between "rt" > and "be", and set the I/O priority within valid range of it. > "," delimiter is necessary in between I/O class and priority number. > > Signed-off-by: Daeho Jeong > --- > v2: > - adapt to inlining ckpt_req_control of f2fs_sb_info > --- > Documentation/ABI/testing/sysfs-fs-f2fs | 8 ++++ > fs/f2fs/checkpoint.c | 2 +- > fs/f2fs/f2fs.h | 1 + > fs/f2fs/sysfs.c | 51 +++++++++++++++++++++++++ > 4 files changed, 61 insertions(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs > index 3dfee94e0618..0c48b2e7dfd4 100644 > --- a/Documentation/ABI/testing/sysfs-fs-f2fs > +++ b/Documentation/ABI/testing/sysfs-fs-f2fs > @@ -377,3 +377,11 @@ Description: This gives a control to limit the bio size in f2fs. > Default is zero, which will follow underlying block layer limit, > whereas, if it has a certain bytes value, f2fs won't submit a > bio larger than that size. > +What: /sys/fs/f2fs//ckpt_thread_ioprio > +Date: January 2021 > +Contact: "Daeho Jeong" > +Description: Give a way to change checkpoint merge daemon's io priority. > + Its default value is "be,3", which means "BE" I/O class and > + I/O priority "3". We can select the class between "rt" and "be", > + and set the I/O priority within valid range of it. "," delimiter > + is necessary in between I/O class and priority number. > diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c > index e0668cec3b80..62bd6f449bb7 100644 > --- a/fs/f2fs/checkpoint.c > +++ b/fs/f2fs/checkpoint.c > @@ -1840,7 +1840,7 @@ int f2fs_start_ckpt_thread(struct f2fs_sb_info *sbi) > if (IS_ERR(cprc->f2fs_issue_ckpt)) > return PTR_ERR(cprc->f2fs_issue_ckpt); > > - set_task_ioprio(cprc->f2fs_issue_ckpt, DEFAULT_CHECKPOINT_IOPRIO); > + set_task_ioprio(cprc->f2fs_issue_ckpt, cprc->ckpt_thread_ioprio); Where do we set default value of cprc->ckpt_thread_ioprio? I guess it should be f2fs_init_ckpt_req_control()? Thanks,