Home
last modified time | relevance | path

Searched hist:e7c274f8083793f8f861def63c02a0839b34d26d (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nilfs2/
H A Dbtree.hdiff e7c274f8083793f8f861def63c02a0839b34d26d Sat Jul 10 12:09:49 CEST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> 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>