Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6122003a authored by Chao Yu's avatar Chao Yu Committed by Jaegeuk Kim
Browse files

f2fs: kill EXT_TREE_VEC_SIZE



Since commit 201ef5e0 ("f2fs: improve shrink performance of extent nodes"),
there is no user of EXT_TREE_VEC_SIZE, just kill it for cleanup.

Signed-off-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 5d3ce4f7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -519,9 +519,6 @@ enum {

#define MAX_DIR_RA_PAGES	4	/* maximum ra pages of dir */

/* vector size for gang look-up from extent cache that consists of radix tree */
#define EXT_TREE_VEC_SIZE	64

/* for in-memory extent cache entry */
#define F2FS_MIN_EXTENT_LEN	64	/* minimum extent length */