1. NAME▲
journal_restart - restart a handle.
2. SYNOPSIS ▲
int journal_restart(handle_t * handle , int nblocks );
3. ARGUMENTS ▲
handle
handle to restart
nblocks
nr credits requested
4. DESCRIPTION ▲
Restart a handle for a multi-transaction filesystem operation.
If the journal_extend call above fails to grant new buffer credits to a running handle, a call to journal_restart will commit the handleAqs transaction so far and reattach the handle to a new transaction capabable of guaranteeing the requested number of credits.
5. AUTHORS ▲
Roger Gammans <>
Author.
Stephen Tweedie <>
Author.
6. COPYRIGHT ▲