@@ -1419,9 +1419,7 @@ extern void jbd2_journal_unfile_buffer(journal_t *, struct journal_head *);
1419
1419
extern bool __jbd2_journal_refile_buffer (struct journal_head * );
1420
1420
extern void jbd2_journal_refile_buffer (journal_t * , struct journal_head * );
1421
1421
extern void __jbd2_journal_file_buffer (struct journal_head * , transaction_t * , int );
1422
- extern void __journal_free_buffer (struct journal_head * bh );
1423
1422
extern void jbd2_journal_file_buffer (struct journal_head * , transaction_t * , int );
1424
- extern void __journal_clean_data_list (transaction_t * transaction );
1425
1423
static inline void jbd2_file_log_bh (struct list_head * head , struct buffer_head * bh )
1426
1424
{
1427
1425
list_add_tail (& bh -> b_assoc_buffers , head );
@@ -1486,9 +1484,6 @@ extern int jbd2_journal_write_metadata_buffer(transaction_t *transaction,
1486
1484
struct buffer_head * * bh_out ,
1487
1485
sector_t blocknr );
1488
1486
1489
- /* Transaction locking */
1490
- extern void __wait_on_journal (journal_t * );
1491
-
1492
1487
/* Transaction cache support */
1493
1488
extern void jbd2_journal_destroy_transaction_cache (void );
1494
1489
extern int __init jbd2_journal_init_transaction_cache (void );
@@ -1774,8 +1769,6 @@ static inline unsigned long jbd2_log_space_left(journal_t *journal)
1774
1769
#define BJ_Reserved 4 /* Buffer is reserved for access by journal */
1775
1770
#define BJ_Types 5
1776
1771
1777
- extern int jbd_blocks_per_page (struct inode * inode );
1778
-
1779
1772
/* JBD uses a CRC32 checksum */
1780
1773
#define JBD_MAX_CHECKSUM_SIZE 4
1781
1774
0 commit comments