aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-bit.c
diff options
context:
space:
mode:
authorFan Li <[email protected]>2017-10-30 15:19:48 +0800
committerJaegeuk Kim <[email protected]>2017-11-05 16:42:00 -0800
commit37a0ab2a3b58d8b922393717442e1f4d4196282e (patch)
tree8f0338556dbe59fe2b7bb81a569ff761c10b3d83 /lib/mpi/mpi-bit.c
parentf15194fcfa6bfcb2a4b8dc49fc8c7af2d952e530 (diff)
f2fs: optimize __update_nat_bits
Make three modification for __update_nat_bits: 1. Take the codes of dealing the nat with nid 0 out of the loop Such nat only needs to be dealt with once at beginning. 2. Use " nat_index == 0" instead of " start_nid == 0" to decide if it's the first nat block It's better that we don't assume @start_nid is the first nid of the nat block it's in. 3. Use " if (nat_blk->entries[i].block_addr != NULL_ADDR)" to explicitly comfirm the value of block_addr use constant to make sure the codes is right, even if the value of NULL_ADDR changes. Signed-off-by: Fan li <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions