search for: log_error_str

Displaying 1 result from an estimated 1 matches for "log_error_str".

2004 Jun 20
2
[PATCH] fixup journal-related ifdef mess
...ournal->trans_barrier); @@ -411,7 +419,7 @@ /* actually stop the transaction. if we've set h_sync, * it'll have been commited when we return */ - retval = ocfs_journal_stop(kern_handle); + retval = journal_stop(kern_handle); if (retval < 0) { LOG_ERROR_STATUS(retval); LOG_ERROR_STR("Could not commit transaction"); @@ -583,7 +591,7 @@ /* want to force our handle to disk in abort case. */ handle->k_handle->h_sync = 1; - retval = ocfs_journal_stop(handle->k_handle); + retval = journal_stop(handle->k_handle); if (retval < 0) { LOG_ERROR_STR(&qu...