commit | f198dbb9cf580c09644ebdf46846115c6daff14e | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri May 22 01:07:13 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Wed Jun 10 23:41:10 2009 +0900 |
tree | 0792f2044153e35bea1c2b93d69ba8045cd86551 | |
parent | 9f098900ad34edfe3bcc2498cfa372f588b96c62 [diff] |
nilfs2: move get block functions in bmap.c into btree codes Two get block function for btree nodes, nilfs_bmap_get_block() and nilfs_bmap_get_new_block(), are called only from the btree codes. This relocation will increase opportunities of compiler optimization. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>