xfs: store an ops pointer in struct xfs_defer_pending
[linux-2.6-microblaze.git] / fs / xfs / xfs_bmap_item.c
index bc48d73..f43abf0 100644 (file)
@@ -563,6 +563,7 @@ xfs_bmap_relog_intent(
 }
 
 const struct xfs_defer_op_type xfs_bmap_update_defer_type = {
+       .name           = "bmap",
        .max_items      = XFS_BUI_MAX_FAST_EXTENTS,
        .create_intent  = xfs_bmap_update_create_intent,
        .abort_intent   = xfs_bmap_update_abort_intent,