git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7f143
)
f2fs: improve searching speed of __next_free_blkoff
author
Changman Lee
<cm224.lee@samsung.com>
Fri, 15 Nov 2013 04:21:16 +0000
(13:21 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 23 Dec 2013 01:17:59 +0000
(10:17 +0900)
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 <cm224.lee@samsung.com>
[Jaegeuk Kim: adjust changed function name]
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/segment.c
patch
|
blob
|
history
diff --cc
fs/f2fs/segment.c
Simple merge