diff options
Diffstat (limited to 'kernel/fs/xfs/libxfs/xfs_alloc_btree.c')
-rw-r--r-- | kernel/fs/xfs/libxfs/xfs_alloc_btree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fs/xfs/libxfs/xfs_alloc_btree.c b/kernel/fs/xfs/libxfs/xfs_alloc_btree.c index 90de071dd..eb8bbfe85 100644 --- a/kernel/fs/xfs/libxfs/xfs_alloc_btree.c +++ b/kernel/fs/xfs/libxfs/xfs_alloc_btree.c @@ -379,6 +379,7 @@ xfs_allocbt_write_verify( } const struct xfs_buf_ops xfs_allocbt_buf_ops = { + .name = "xfs_allocbt", .verify_read = xfs_allocbt_read_verify, .verify_write = xfs_allocbt_write_verify, }; |