mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-09 16:12:21 +00:00
[PATCH] make fs/jbd/transaction.c:__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
8487f2e406
commit
d394e122bc
2 changed files with 3 additions and 2 deletions
|
@ -839,7 +839,6 @@ struct journal_s
|
|||
*/
|
||||
|
||||
/* Filing buffers */
|
||||
extern void __journal_temp_unlink_buffer(struct journal_head *jh);
|
||||
extern void journal_unfile_buffer(journal_t *, struct journal_head *);
|
||||
extern void __journal_unfile_buffer(struct journal_head *);
|
||||
extern void __journal_refile_buffer(struct journal_head *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue