Commit 819241d2 authored by Nils Goroll's avatar Nils Goroll

Add a comment

as requested by @Dridi
parent 32ef5dce
...@@ -777,6 +777,10 @@ HSH_Cancel(struct worker *wrk, struct objcore *oc, struct boc *boc) ...@@ -777,6 +777,10 @@ HSH_Cancel(struct worker *wrk, struct objcore *oc, struct boc *boc)
if ((oc->flags & (OC_F_PRIVATE | OC_F_HFM | OC_F_HFP)) == 0) if ((oc->flags & (OC_F_PRIVATE | OC_F_HFM | OC_F_HFP)) == 0)
return; return;
/*
* the caller-provided boc is optional, if they do not have one, we grab
* a ref
*/
if (boc == NULL) if (boc == NULL)
bocref = boc = HSH_RefBoc(oc); bocref = boc = HSH_RefBoc(oc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment