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)
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

Simple merge