diff options
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r-- | include/linux/jbd2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index a4d2e9f7088a..5a72bc75b273 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -1081,7 +1081,9 @@ static inline handle_t *journal_current_handle(void) | |||
1081 | */ | 1081 | */ |
1082 | 1082 | ||
1083 | extern handle_t *jbd2_journal_start(journal_t *, int nblocks); | 1083 | extern handle_t *jbd2_journal_start(journal_t *, int nblocks); |
1084 | extern int jbd2_journal_restart (handle_t *, int nblocks); | 1084 | extern handle_t *jbd2__journal_start(journal_t *, int nblocks, int gfp_mask); |
1085 | extern int jbd2_journal_restart(handle_t *, int nblocks); | ||
1086 | extern int jbd2__journal_restart(handle_t *, int nblocks, int gfp_mask); | ||
1085 | extern int jbd2_journal_extend (handle_t *, int nblocks); | 1087 | extern int jbd2_journal_extend (handle_t *, int nblocks); |
1086 | extern int jbd2_journal_get_write_access(handle_t *, struct buffer_head *); | 1088 | extern int jbd2_journal_get_write_access(handle_t *, struct buffer_head *); |
1087 | extern int jbd2_journal_get_create_access (handle_t *, struct buffer_head *); | 1089 | extern int jbd2_journal_get_create_access (handle_t *, struct buffer_head *); |