Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42381
b: refs/heads/master
c: a301a27
h: refs/heads/master
i:
  42379: a72a65e
v: v3
  • Loading branch information
Mark Fasheh committed Dec 2, 2006
1 parent 21d93f4 commit 2288ea3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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: daf29e9cdab7219838c6b6e82380aec3466cf379
refs/heads/master: a301a27d715276a71827004549bcbb2b64776c11
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
return status;
}

struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb)
static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb)
{
struct ocfs2_journal_handle *retval = NULL;

Expand Down
6 changes: 0 additions & 6 deletions trunk/fs/ocfs2/journal.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ static inline void ocfs2_checkpoint_inode(struct inode *inode)
* Transaction Handling:
* Manage the lifetime of a transaction handle.
*
* ocfs2_alloc_handle - Only allocate a handle so we can start putting
* cluster locks on it. To actually change blocks,
* call ocfs2_start_trans with the handle returned
* from this function. You may call ocfs2_commit_trans
* at any time in the lifetime of a handle.
* ocfs2_start_trans - Begin a transaction. Give it an upper estimate of
* the number of blocks that will be changed during
* this handle.
Expand All @@ -221,7 +216,6 @@ static inline void ocfs2_checkpoint_inode(struct inode *inode)
/* You must always start_trans with a number of buffs > 0, but it's
* perfectly legal to go through an entire transaction without having
* dirtied any buffers. */
struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb);
struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb,
struct ocfs2_journal_handle *handle,
int max_buffs);
Expand Down

0 comments on commit 2288ea3

Please sign in to comment.