Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

jbd2: declare __jbd2_journal_temp_unlink_buffer() static

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

authored by

Jan Kara and committed by
Theodore Ts'o
5bebccf9 96c86678

+2 -2
+2 -2
fs/jbd2/transaction.c
··· 1579 1579 * of these pointers, it could go bad. Generally the caller needs to re-read 1580 1580 * the pointer from the transaction_t. 1581 1581 * 1582 - * Called under j_list_lock. The journal may not be locked. 1582 + * Called under j_list_lock. 1583 1583 */ 1584 - void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh) 1584 + static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh) 1585 1585 { 1586 1586 struct journal_head **list = NULL; 1587 1587 transaction_t *transaction;