Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95049
b: refs/heads/master
c: 5648ba5
h: refs/heads/master
i:
  95047: 4e67b4a
v: v3
  • Loading branch information
Randy Dunlap authored and Theodore Ts'o committed Apr 17, 2008
1 parent 765d0e1 commit ff49c8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a9362eb405e380432e6883cb83830df3b6cdf78
refs/heads/master: 5648ba5b2dc0d07a8108fabc7b9100962e9e1d88
5 changes: 3 additions & 2 deletions trunk/fs/jbd2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,13 +997,14 @@ static journal_t * journal_init_common (void)
*/

/**
* journal_t * jbd2_journal_init_dev() - creates an initialises a journal structure
* journal_t * jbd2_journal_init_dev() - creates and initialises a journal structure
* @bdev: Block device on which to create the journal
* @fs_dev: Device which hold journalled filesystem for this journal.
* @start: Block nr Start of journal.
* @len: Length of the journal in blocks.
* @blocksize: blocksize of journalling device
* @returns: a newly created journal_t *
*
* Returns: a newly created journal_t *
*
* jbd2_journal_init_dev creates a journal which maps a fixed contiguous
* range of blocks on an arbitrary block device.
Expand Down
3 changes: 2 additions & 1 deletion trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,8 @@ int jbd2_journal_stop(handle_t *handle)
return err;
}

/**int jbd2_journal_force_commit() - force any uncommitted transactions
/**
* int jbd2_journal_force_commit() - force any uncommitted transactions
* @journal: journal to force
*
* For synchronous operations: force any uncommitted transactions
Expand Down

0 comments on commit ff49c8e

Please sign in to comment.