Whamcloud - gitweb
LU-790 tests: remove old get_lustre_version() calls
[fs/lustre-release.git] / lustre / mdt / mdt_hsm_cdt_agent.c
index 158cced..5c099eb 100644 (file)
@@ -40,6 +40,7 @@
 #include <lustre_export.h>
 #include <lustre/lustre_user.h>
 #include <lprocfs_status.h>
+#include <lustre_kernelcomm.h>
 #include "mdt_internal.h"
 
 /*
@@ -505,7 +506,7 @@ int mdt_hsm_coordinator_update(struct mdt_thread_info *mti,
        int      rc;
 
        ENTRY;
-       /* ask to coodinator to update request state and
+       /* ask to coordinator to update request state and
         * to record on disk the result */
        rc = mdt_hsm_update_request_state(mti, pgs, 1);
        RETURN(rc);