JOURNAL_STOP

Section: (9)
Updated: 07 August 2003
Index Return to Main Contents

 

NAME

journal_stop - complete a transaction  

SYNOPSIS

int journal_stop (handle_t * handle);  

ARGUMENTS

handle
tranaction to complete.
 

DESCRIPTION

All done for a particular handle.

There is not much action needed here. We just return any remaining buffer credits to the transaction and remove the handle. The only complication is that we need to start a commit operation if the filesystem is marked for synchronous update.

journal_stop itself will not usually return an error, but it may do so in unusual circumstances. In particular, expect it to return -EIO if a journal_abort has been executed since the transaction began.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:53:39 GMT, April 09, 2004