commit | 1376e931b75f954057b1547ba25fcba594cef804 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 13 16:49:09 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 20 10:05:50 2009 +0900 |
tree | b8e75d8dddb705c661542b534b4a74f9e1e87aa4 | |
parent | 75f65edfcc4a19d14fc8ab860846fad070c8db49 [diff] |
nilfs2: eliminate nilfs_btnode_get function This removes the obsolete nilfs_btnode_get() function and makes nilfs_btree_get_block() directly call nilfs_btnode_submit_block(). This expansion will provide better opportunity for code optimization. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>