diff options
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r-- | include/linux/jbd2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 5716d9554e77..3649cb8d3a41 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -1137,7 +1137,7 @@ static inline void jbd2_unfile_log_bh(struct buffer_head *bh) | |||
1137 | } | 1137 | } |
1138 | 1138 | ||
1139 | /* Log buffer allocation */ | 1139 | /* Log buffer allocation */ |
1140 | struct buffer_head *jbd2_journal_get_descriptor_buffer(journal_t *journal); | 1140 | struct buffer_head *jbd2_journal_get_descriptor_buffer(transaction_t *, int); |
1141 | int jbd2_journal_next_log_block(journal_t *, unsigned long long *); | 1141 | int jbd2_journal_next_log_block(journal_t *, unsigned long long *); |
1142 | int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, | 1142 | int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, |
1143 | unsigned long *block); | 1143 | unsigned long *block); |