From: Changman Lee Date: Fri, 15 Nov 2013 04:21:16 +0000 (+0900) Subject: f2fs: improve searching speed of __next_free_blkoff X-Git-Tag: v3.14-rc1~122^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81c93cf8c7bd413898798cf8c67f18b1fef3360;p=pandora-kernel.git f2fs: improve searching speed of __next_free_blkoff To find a zero bit using the result of OR operation between ckpt_valid_map and cur_valid_map is more fast than find a zero bit in each bitmap. Signed-off-by: Changman Lee [Jaegeuk Kim: adjust changed function name] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed