aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/btree.h
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-07-10 19:09:49 +0900
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-07-23 10:02:13 +0900
commite7c274f8083793f8f861def63c02a0839b34d26d (patch)
treea03bfd25a6b2736a0fec40c9282bb235691ccc0c /fs/nilfs2/btree.h
parent10ff885ba6f56bf7480ce3b5daf38c07600ecea3 (diff)
downloadkernel_samsung_smdk4412-e7c274f8083793f8f861def63c02a0839b34d26d.zip
kernel_samsung_smdk4412-e7c274f8083793f8f861def63c02a0839b34d26d.tar.gz
kernel_samsung_smdk4412-e7c274f8083793f8f861def63c02a0839b34d26d.tar.bz2
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>
Diffstat (limited to 'fs/nilfs2/btree.h')
-rw-r--r--fs/nilfs2/btree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/btree.h b/fs/nilfs2/btree.h
index 980e1e8..cffbfba 100644
--- a/fs/nilfs2/btree.h
+++ b/fs/nilfs2/btree.h
@@ -54,7 +54,7 @@ struct nilfs_btree_path {
union nilfs_bmap_ptr_req bp_oldreq;
union nilfs_bmap_ptr_req bp_newreq;
struct nilfs_btnode_chkey_ctxt bp_ctxt;
- void (*bp_op)(struct nilfs_btree *, struct nilfs_btree_path *,
+ void (*bp_op)(struct nilfs_bmap *, struct nilfs_btree_path *,
int, __u64 *, __u64 *);
};