diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc_btree.c')
| -rw-r--r-- | fs/xfs/xfs_ialloc_btree.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ialloc_btree.c b/fs/xfs/xfs_ialloc_btree.c index 15a79f8ca03..7761e1ebeff 100644 --- a/fs/xfs/xfs_ialloc_btree.c +++ b/fs/xfs/xfs_ialloc_btree.c @@ -271,6 +271,7 @@ static const struct xfs_btree_ops xfs_inobt_ops = {  	.init_ptr_from_cur	= xfs_inobt_init_ptr_from_cur,  	.key_diff		= xfs_inobt_key_diff,  	.read_verify		= xfs_inobt_read_verify, +	.write_verify		= xfs_inobt_write_verify,  #ifdef DEBUG  	.keys_inorder		= xfs_inobt_keys_inorder,  	.recs_inorder		= xfs_inobt_recs_inorder,  |