REQUEST_OK
return REQUEST_OK;
status = REQUEST_OK; /* return value: OK until proven otherwise */
enum requeststatus status = REQUEST_OK;
case REQUEST_OK:
status = REQUEST_OK; /* don't complain about it */
return REQUEST_OK;
return REQUEST_OK; /* OK, we'll find a way */
return REQUEST_OK;
return REQUEST_OK; /* always write to a reborn disk */