From 7dda2af83b2b7593458828d4f15443167b3da8c4 Mon Sep 17 00:00:00 2001 From: Changman Lee Date: Fri, 28 Nov 2014 15:49:40 +0000 Subject: [PATCH] f2fs: more fast lookup for gc_inode list If there are many inodes that have data blocks in victim segment, it takes long time to find a inode in gc_inode list. Let's use radix_tree to reduce lookup time. Signed-off-by: Changman Lee Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed