Thanks to visit codestin.com Credit goes to github.com
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 bf86546 commit b4f1afcCopy full SHA for b4f1afc
fs/jbd2/checkpoint.c
@@ -405,7 +405,7 @@ int jbd2_cleanup_journal_tail(journal_t *journal)
405
* jbd2_cleanup_journal_tail() doesn't get called all that often.
406
*/
407
if (journal->j_flags & JBD2_BARRIER)
408
- blkdev_issue_flush(journal->j_fs_dev, GFP_KERNEL, NULL);
+ blkdev_issue_flush(journal->j_fs_dev, GFP_NOFS, NULL);
409
410
__jbd2_update_log_tail(journal, first_tid, blocknr);
411
return 0;
0 commit comments