diff options
Diffstat (limited to 'fs/xfs/xfs_alloc_btree.c')
-rw-r--r-- | fs/xfs/xfs_alloc_btree.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_alloc_btree.c b/fs/xfs/xfs_alloc_btree.c index 1f268b6f4362..9e2421c31a36 100644 --- a/fs/xfs/xfs_alloc_btree.c +++ b/fs/xfs/xfs_alloc_btree.c | |||
@@ -2294,6 +2294,9 @@ xfs_allocbt_trace_record( | |||
2294 | #endif /* XFS_BTREE_TRACE */ | 2294 | #endif /* XFS_BTREE_TRACE */ |
2295 | 2295 | ||
2296 | static const struct xfs_btree_ops xfs_allocbt_ops = { | 2296 | static const struct xfs_btree_ops xfs_allocbt_ops = { |
2297 | .rec_len = sizeof(xfs_alloc_rec_t), | ||
2298 | .key_len = sizeof(xfs_alloc_key_t), | ||
2299 | |||
2297 | .dup_cursor = xfs_allocbt_dup_cursor, | 2300 | .dup_cursor = xfs_allocbt_dup_cursor, |
2298 | .get_maxrecs = xfs_allocbt_get_maxrecs, | 2301 | .get_maxrecs = xfs_allocbt_get_maxrecs, |
2299 | 2302 | ||