f2fs: remove unnecessary segment bitmap updates
authorChangman Lee <cm224.lee@samsung.com>
Fri, 25 Oct 2013 08:31:57 +0000 (17:31 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 28 Oct 2013 04:38:16 +0000 (13:38 +0900)
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 <cm224.lee@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found