diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.c')
| -rw-r--r-- | fs/xfs/xfs_bmap_btree.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap_btree.c b/fs/xfs/xfs_bmap_btree.c index bdcfbea1e06..a71010abf6e 100644 --- a/fs/xfs/xfs_bmap_btree.c +++ b/fs/xfs/xfs_bmap_btree.c @@ -2509,6 +2509,9 @@ xfs_bmbt_trace_record(  #endif /* XFS_BTREE_TRACE */  static const struct xfs_btree_ops xfs_bmbt_ops = { +	.rec_len		= sizeof(xfs_bmbt_rec_t), +	.key_len		= sizeof(xfs_bmbt_key_t), +  	.dup_cursor		= xfs_bmbt_dup_cursor,  	.get_maxrecs		= xfs_bmbt_get_maxrecs,  |