diff options
| author | Jan Kara <jack@suse.cz> | 2012-03-13 22:25:06 -0400 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2012-03-13 22:25:06 -0400 |
| commit | 5bebccf90127859085f6a020f08ff7f648e285a0 (patch) | |
| tree | db7727ccd615fe9e68505935242b8a7e6ae5a5d5 /fs/jbd2 | |
| parent | 96c866782b5e0cbdcd8e4d921d0a893278430830 (diff) | |
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>
Diffstat (limited to 'fs/jbd2')
| -rw-r--r-- | fs/jbd2/transaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index d0a8b017b28..3eb326a54bf 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c | |||
| @@ -1579,9 +1579,9 @@ __blist_del_buffer(struct journal_head **list, struct journal_head *jh) | |||
| 1579 | * of these pointers, it could go bad. Generally the caller needs to re-read | 1579 | * of these pointers, it could go bad. Generally the caller needs to re-read |
| 1580 | * the pointer from the transaction_t. | 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 | struct journal_head **list = NULL; | 1586 | struct journal_head **list = NULL; |
| 1587 | transaction_t *transaction; | 1587 | transaction_t *transaction; |
