Query: journal_restart
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JOURNAL_RESTART(9) The Linux Journalling API JOURNAL_RESTART(9)NAMEjournal_restart - restart a handle.SYNOPSISint journal_restart(handle_t * handle, int nblocks);ARGUMENTShandle handle to restart nblocks nr credits requestedDESCRIPTIONRestart 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 handle's transaction so far and reattach the handle to a new transaction capabable of guaranteeing the requested number of credits.AUTHORSRoger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 JOURNAL_RESTART(9)