Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp1029249pxx; Thu, 29 Oct 2020 23:13:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwGOttREiYLw2JfGhVltzXneWzAxNVjhblmGBFdkVhz06MhaxpaAgDbYgzy+2ic748E1ma3 X-Received: by 2002:a17:906:2b44:: with SMTP id b4mr911945ejg.73.1604038421488; Thu, 29 Oct 2020 23:13:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1604038421; cv=none; d=google.com; s=arc-20160816; b=d3OGtBXMTHgL57rKP4YU68mlzqQL+V9xKz+O5WCs7QMtvbUaQl6kJBOykiuqR8M+ZC JbgA1/NFNH/1NkLNRGvkbH4dcrCcvlV0LrFtPgGogKa0/GF9pMcHEky5mrO0wOgy/o/Z iGV4XBENSMPh+0WIe1F8dl2D/pER/8glm+xH/Coiwx79jzA/ZY8JDbDD9HHaOSKYWR1L jhsTB+7eRsMJtcYimlZZ4Nx35ySZonfU/QAmyr2PtNh+Y8uLB07VNA6EAZIm0K5+/7VW VRJktfSN/tEQUWucHDULymSLvGf1FFAYP2Of7WlIdSK6sDu59KVd/4AphyKPP/6WeITr S+CQ== 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=75T0pw6mRNYxW0oKD5900m3GMF6TKaOWwYz/cl5IX9E=; b=qO0a5yJUr+UJ5qke2e6PA5n724aKQvRbVUe47ZgAmFybY8sLRdq7vRSzIMUuV7rz7k 2lUJhEUoGDNND6M9Z5Lc+2r+RUAPvlmUCY6dcQqmb98xRJcd1y0H7Wc5/kDBvocoCB4d KZCfkod/Q0ZMr+RXhoMV6GwFETtHglWBmzyj8lGrRGN9oaWBFOa/HfZsTS0MgYIQzUlr r47zVB1BQGin5Rx4hQHYh2n8YK1FgorfRZl4JwX2NfVjPOwWD1sfYSI9YrvmxCgHyOxJ ce5cQhLIeWEYzCgC1Cd2LKlmol5EXs/3mzVS1BzVYdknk7VTd5UUK1JKC/fXLe/TfUIn RH5w== 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 z7si3813414edm.477.2020.10.29.23.13.18; Thu, 29 Oct 2020 23:13:41 -0700 (PDT) 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 S1725823AbgJ3GLu (ORCPT + 99 others); Fri, 30 Oct 2020 02:11:50 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:7103 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725779AbgJ3GLt (ORCPT ); Fri, 30 Oct 2020 02:11:49 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CMsQX4XVlzLr1Y; Fri, 30 Oct 2020 14:11:48 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.206) with Microsoft SMTP Server (TLS) id 14.3.487.0; Fri, 30 Oct 2020 14:11:43 +0800 Subject: Re: [f2fs-dev] [PATCH v7 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl To: Daeho Jeong , , , CC: Daeho Jeong References: <20201030041035.394565-1-daeho43@gmail.com> From: Chao Yu Message-ID: Date: Fri, 30 Oct 2020 14:11: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: <20201030041035.394565-1-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.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/10/30 12:10, Daeho Jeong wrote: > From: Daeho Jeong > > Added a new F2FS_IOC_GET_COMPRESS_OPTION ioctl to get file compression > option of a file. > > struct f2fs_comp_option { > u8 algorithm; => compression algorithm > => 0:lzo, 1:lz4, 2:zstd, 3:lzorle > u8 log_cluster_size; => log scale cluster size > => 2 ~ 8 > }; > > struct f2fs_comp_option option; > > ioctl(fd, F2FS_IOC_GET_COMPRESS_OPTION, &option); > > Signed-off-by: Daeho Jeong Reviewed-by: Chao Yu Thanks,