commit | e7c274f8083793f8f861def63c02a0839b34d26d | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Jul 10 19:09:49 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Jul 23 10:02:13 2010 +0900 |
tree | a03bfd25a6b2736a0fec40c9282bb235691ccc0c | |
parent | 10ff885ba6f56bf7480ce3b5daf38c07600ecea3 [diff] |
nilfs2: get rid of nilfs_btree uses This replaces all uses of nilfs_btree struct in implementation of btree mapping with nilfs_bmap struct. Name of local variable "btree" is kept not to bloat amount of change. And, a part of local variables "bmap" is renamed to "btree" to uniform naming rule. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>