Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / fs / xfs / libxfs / xfs_alloc_btree.c
index 90de071..eb8bbfe 100644 (file)
@@ -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,
 };