Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42874
b: refs/heads/master
c: 7ddae86
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Dec 7, 2006
1 parent e401f63 commit dd728da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: d394e122bc1adba0f3eb1ebec1cedb8a8c524741
refs/heads/master: 7ddae86095794cce4364740edd8463c77654a265
2 changes: 2 additions & 0 deletions trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include <linux/mm.h>
#include <linux/highmem.h>

static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh);

/*
* jbd2_get_transaction: obtain a new transaction_t object.
*
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/jbd2.h
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ struct journal_s
*/

/* Filing buffers */
extern void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh);
extern void jbd2_journal_unfile_buffer(journal_t *, struct journal_head *);
extern void __jbd2_journal_unfile_buffer(struct journal_head *);
extern void __jbd2_journal_refile_buffer(struct journal_head *);
Expand Down

0 comments on commit dd728da

Please sign in to comment.