From: Changman Lee Date: Fri, 25 Oct 2013 08:31:57 +0000 (+0900) Subject: f2fs: remove unnecessary segment bitmap updates X-Git-Tag: v3.13-rc1~113^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4625d6aac2d00a18f7bcc15bffe41e9de3a25332;p=pandora-kernel.git f2fs: remove unnecessary segment bitmap updates Only one dirty type is set in __locate_dirty_segment and we can know dirty type of segment. So we don't need to check other dirty types. Signed-off-by: Changman Lee Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed