Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp350247pxu; Fri, 11 Dec 2020 04:01:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJyBqrOcIPdjpx+SvTpTf9Fc1p1itXBzPhGin91UO0MBiMARCOblVX1pRM2vJDAJkY4JmqcY X-Received: by 2002:a05:6402:845:: with SMTP id b5mr11603870edz.38.1607688086916; Fri, 11 Dec 2020 04:01:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607688086; cv=none; d=google.com; s=arc-20160816; b=PfrnWSpNjR1Jj65XmS98GfIAnfnhgrQneBQsOJUz0GuQPyrpPMPCJoEK1gP/5zOZuk 7L97MaAQyBRSXhtYYA/tB4BVrGcx4YUpueqge+Dtoaci7ujg+GWyAuEiAkshyh0EfRtL mOjKTivDpy+xXljOlMJZf1ZXUI3yykJhJ1Ga7CvkBvoNlegWrZrqplck3GWYyemF5G8p GPAHsVg6dOWmhlq6LB80hOvLonwr17eWBEC4NF7qD8LHel4+D1B0840azRV9D1RvCHfp 9mye+D/VqN5YpvATB6WjXV2eH7taLlgelCXvwAD30CjF0dsaC04N8w7jNFleZuhydvdi HiuA== 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=VknQgfGKJKEovuHs8J06EMcb+o5l+P/2T+Cja8VEfUE=; b=YklfqCT4XU8cDmkCmSTymeUVS2SvM8fjne9Vg08nq78y7gZncBEAen/TxWHBi3Yd8o e0615nK3ouPZhis8XHYllSaHm9yeoaQdtcI3EWMs1lhfFIVrZ1uHQ0P1j/vB97cs2hSl o1jP+6oQsWLqIuVh5N7I+o1RuoWIsAgY+fsgHoDkL/L+4T48GfQknMVWcrCcVA+63lkv u7FZ/3V5Ls1bd+m45cBq4kw5R30ceHMZfntgBsReBIQc7oxxauJqbb5nY/MK4yymMDrT A1xQcEvjlBmUGTa+mupv7OYjst8B57uVTr8m75Bhsbg2Ek46IM71ymJpaxieisVKQbNh wy8w== 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 y17si4529745edw.51.2020.12.11.04.01.03; Fri, 11 Dec 2020 04:01:26 -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 S2390857AbgLKGJr (ORCPT + 99 others); Fri, 11 Dec 2020 01:09:47 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:9592 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390573AbgLKGJZ (ORCPT ); Fri, 11 Dec 2020 01:09:25 -0500 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CsgLl6zK3zM2wt; Fri, 11 Dec 2020 14:07:59 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.210) with Microsoft SMTP Server (TLS) id 14.3.487.0; Fri, 11 Dec 2020 14:08:37 +0800 Subject: Re: [PATCH RFC] f2fs: compress: add compress_flag in struct f2fs_comp_option To: Jaegeuk Kim CC: , , References: <20201210092020.66245-1-yuchao0@huawei.com> From: Chao Yu Message-ID: Date: Fri, 11 Dec 2020 14:08:37 +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/11 1:23, Jaegeuk Kim wrote: > On 12/10, Chao Yu wrote: >> Add a extra field compress_flag to get/set more compress option from/to >> compressed inode. >> >> Signed-off-by: Chao Yu >> --- >> >> Daeho, Jaegeuk, >> >> Could you please check whether we could add this new field to struct >> f2fs_comp_option? so we can expand to allow user to query/config more >> options of compressed inode via new ioctl. >> >> It needs to consider before original patches goes to merge window, let >> me know you have other concerns. > > Chao, I think it'd hard to add this at time point, unless there's critical > info that we need to set very urgently. Oops, so it needs extra ioctl interface to get/set newly added chksum and compress_level configs... Thanks, > >> >> fs/f2fs/file.c | 1 + >> include/uapi/linux/f2fs.h | 1 + >> 2 files changed, 2 insertions(+) >> >> diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c >> index 16ea10f2bcf5..fbf06311c88d 100644 >> --- a/fs/f2fs/file.c >> +++ b/fs/f2fs/file.c >> @@ -3965,6 +3965,7 @@ static int f2fs_ioc_get_compress_option(struct file *filp, unsigned long arg) >> >> option.algorithm = F2FS_I(inode)->i_compress_algorithm; >> option.log_cluster_size = F2FS_I(inode)->i_log_cluster_size; >> + option.compress_flag = F2FS_I(inode)->i_compress_flag; >> >> inode_unlock_shared(inode); >> >> diff --git a/include/uapi/linux/f2fs.h b/include/uapi/linux/f2fs.h >> index 352a822d4370..2b9c4c99ceee 100644 >> --- a/include/uapi/linux/f2fs.h >> +++ b/include/uapi/linux/f2fs.h >> @@ -93,6 +93,7 @@ struct f2fs_sectrim_range { >> struct f2fs_comp_option { >> __u8 algorithm; >> __u8 log_cluster_size; >> + __u16 compress_flag; >> }; >> >> #endif /* _UAPI_LINUX_F2FS_H */ >> -- >> 2.29.2 > . >