src/dbfs/link.c
changeset 34 460f995d3769
parent 33 c71f3053c714
child 35 4f10421681d2
equal deleted inserted replaced
33:c71f3053c714 34:460f995d3769
   261 error:
   261 error:
   262     if (ctx)
   262     if (ctx)
   263         dbfs_trans_fail(&ctx->base, EIO);
   263         dbfs_trans_fail(&ctx->base, EIO);
   264 }
   264 }
   265 
   265 
       
   266