VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Gao Xiang <hsiangkao@redhat.com> 2021-04-07 12:39:20 +0800 committer: Gao Xiang <hsiangkao@redhat.com> 2021-04-10 03:20:16 +0800 commit: 9f6cc76e6ff0631a99cd94eab8af137057633a52 parent: 524887347fcb67faa0a63dd3c4c02ab48d4968d4
Commit Summary:
erofs: introduce physical cluster slab pools
Diffstat:
1 file changed, 0 insertions, 12 deletions
diff --git a/fs/erofs/Kconfig b/fs/erofs/Kconfig
index 74b0aaa7114c..858b3339f381 100644
--- a/fs/erofs/Kconfig
+++ b/fs/erofs/Kconfig
@@ -76,17 +76,3 @@ config EROFS_FS_ZIP
 
 	  If you don't want to enable compression feature, say N.
 
-config EROFS_FS_CLUSTER_PAGE_LIMIT
-	int "EROFS Cluster Pages Hard Limit"
-	depends on EROFS_FS_ZIP
-	range 1 256
-	default "1"
-	help
-	  Indicates maximum # of pages of a compressed
-	  physical cluster.
-
-	  For example, if files in a image were compressed
-	  into 8k-unit, hard limit should not be configured
-	  less than 2. Otherwise, the image will be refused
-	  to mount on this kernel.
-