Whamcloud - gitweb
LU-14393 protocol: basic batching processing framework
[fs/lustre-release.git] / lustre / mdc / mdc_request.c
index 8f61982..66c8954 100644 (file)
@@ -3017,6 +3017,10 @@ static const struct md_ops mdc_md_ops = {
        .m_intent_getattr_async = mdc_intent_getattr_async,
        .m_revalidate_lock      = mdc_revalidate_lock,
        .m_rmfid                = mdc_rmfid,
+       .m_batch_create         = cli_batch_create,
+       .m_batch_stop           = cli_batch_stop,
+       .m_batch_flush          = cli_batch_flush,
+       .m_batch_add            = mdc_batch_add,
 };
 
 dev_t mdc_changelog_dev;