aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGao Xiang <xiang@kernel.org>2021-04-11 11:48:39 +0800
committerGao Xiang <xiang@kernel.org>2021-04-16 20:41:11 +0800
commit00e056e10e7c389935197c4d9927668c6efd41fb (patch)
treefe2a70ee2f8350f5d1553c94ae554ae1182fa54a /include
parenta70f35adc1b0eec1870f00e79a14c1d02b597ac6 (diff)
downloaderofs-utils-00e056e10e7c389935197c4d9927668c6efd41fb.tar.gz
erofs-utils: add -C# for the maximum size of pclusters
Set up -C >= EROFS_BLKSIZ (more specifically, >= lclustersize) to enable big pcluster feature. Link: https://lore.kernel.org/r/20210411034844.12673-4-xiang@kernel.org Signed-off-by: Gao Xiang <xiang@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/erofs/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erofs/config.h b/include/erofs/config.h
index 15390f4..e2f6541 100644
--- a/include/erofs/config.h
+++ b/include/erofs/config.h
@@ -53,6 +53,8 @@ struct erofs_configure {
int c_force_inodeversion;
/* < 0, xattr disabled and INT_MAX, always use inline xattrs */
int c_inline_xattr_tolerance;
+
+ u32 c_physical_clusterblks;
u64 c_unix_timestamp;
u32 c_uid, c_gid;
#ifdef WITH_ANDROID