We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44585f7 commit 4cd1103Copy full SHA for 4cd1103
fs/jbd2/journal.c
@@ -2972,6 +2972,7 @@ struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh)
2972
jbd_unlock_bh_journal_head(bh);
2973
return jh;
2974
}
2975
+EXPORT_SYMBOL(jbd2_journal_grab_journal_head);
2976
2977
static void __journal_remove_journal_head(struct buffer_head *bh)
2978
{
@@ -3024,6 +3025,7 @@ void jbd2_journal_put_journal_head(struct journal_head *jh)
3024
3025
3026
3027
3028
+EXPORT_SYMBOL(jbd2_journal_put_journal_head);
3029
3030
/*
3031
* Initialize jbd inode head
0 commit comments