|
@@ -54,7 +54,7 @@ struct nilfs_btree_path {
|
|
union nilfs_bmap_ptr_req bp_oldreq;
|
|
union nilfs_bmap_ptr_req bp_oldreq;
|
|
union nilfs_bmap_ptr_req bp_newreq;
|
|
union nilfs_bmap_ptr_req bp_newreq;
|
|
struct nilfs_btnode_chkey_ctxt bp_ctxt;
|
|
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 *);
|
|
int, __u64 *, __u64 *);
|
|
};
|
|
};
|
|
|
|
|