nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()
authorLi Hong <lihong.hi@gmail.com>
Fri, 2 Apr 2010 09:36:34 +0000 (17:36 +0800)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 10 May 2010 02:32:29 +0000 (11:32 +0900)
commitf905440f5edfa70a07e64bdbc973cbdd55dd001d
tree83f27e8f4ebd473c00e758bb0a52a4949b342a9a
parent0d9cc2332df24d3e81060c782b2ecb87c28443f9
nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()

nilfs_btree_alloc_path() and nilfs_btree_init_path() are bound into each other
tightly. Make them into one procedure to clearify the logic and avoid some
misusages.

Signed-off-by: Li Hong <lihong.hi@gmail.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/btree.c