X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_hsm_cdt_client.c;h=e1f167377fd273bbd38fd550e8a5f054a36fcf39;hp=a2be5246bf5d30925223c3b3c08f26d8acf9db19;hb=cc6ef11d2f972ebc440013bddda87a536a09750c;hpb=2deec088aa4e1153bc00730c2b1b4bf5d40d275a diff --git a/lustre/mdt/mdt_hsm_cdt_client.c b/lustre/mdt/mdt_hsm_cdt_client.c index a2be524..e1f1673 100644 --- a/lustre/mdt/mdt_hsm_cdt_client.c +++ b/lustre/mdt/mdt_hsm_cdt_client.c @@ -464,9 +464,9 @@ record: GOTO(out, rc); out: - /* if work has been added, wake up coordinator */ + /* if work has been added, signal the coordinator */ if (rc == 0 || rc == -ENODATA) - mdt_hsm_cdt_wakeup(mdt); + mdt_hsm_cdt_event(cdt); return rc; }