From: Ryusuke Konishi Date: Sat, 10 Jul 2010 10:09:49 +0000 (+0900) Subject: nilfs2: get rid of nilfs_btree uses X-Git-Tag: v2.6.36-rc1~500^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c274f8083793f8f861def63c02a0839b34d26d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed