aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.c')
-rw-r--r--fs/xfs/xfs_bmap_btree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap_btree.c b/fs/xfs/xfs_bmap_btree.c
index bdcfbea1e062..a71010abf6ec 100644
--- a/fs/xfs/xfs_bmap_btree.c
+++ b/fs/xfs/xfs_bmap_btree.c
@@ -2509,6 +2509,9 @@ xfs_bmbt_trace_record(
2509#endif /* XFS_BTREE_TRACE */ 2509#endif /* XFS_BTREE_TRACE */
2510 2510
2511static const struct xfs_btree_ops xfs_bmbt_ops = { 2511static const struct xfs_btree_ops xfs_bmbt_ops = {
2512 .rec_len = sizeof(xfs_bmbt_rec_t),
2513 .key_len = sizeof(xfs_bmbt_key_t),
2514
2512 .dup_cursor = xfs_bmbt_dup_cursor, 2515 .dup_cursor = xfs_bmbt_dup_cursor,
2513 .get_maxrecs = xfs_bmbt_get_maxrecs, 2516 .get_maxrecs = xfs_bmbt_get_maxrecs,
2514 2517