]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4335e44f4a8f5df5137095a4c184980bb3d4573d
tree83f27e8f4ebd473c00e758bb0a52a4949b342a9a
parent0df2a6e145902f62141672bd2f4dae779a21698d
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