mirror of https://gitee.com/openkylin/linux.git
[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
d394e122bc
commit
7ddae86095
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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 *);
|
||||
|
|
Loading…
Reference in New Issue