* page is empty (contains no dir entry) or hash collide with next page.
* After client receives reply, several pages will be integrated into dir page
* in CFS_PAGE_SIZE (if CFS_PAGE_SIZE greater than LU_PAGE_SIZE), and the
- * lu_dirpage for this integrated page will be adjusted.
+ * lu_dirpage for this integrated page will be adjusted. See
+ * lmv_adjust_dirpages().
*
*/
CDEBUG(D_HSM, "Could not read file data version. "
"Request could not be confirmed.\n");
if (hpk.hpk_errval == 0)
- hpk.hpk_errval = rc;
+ hpk.hpk_errval = -rc;
GOTO(progress, rc);
}