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 77de19b commit 08a7efcCopy full SHA for 08a7efc
fs/f2fs/data.c
@@ -280,7 +280,7 @@ static void f2fs_read_end_io(struct bio *bio)
280
{
281
struct f2fs_sb_info *sbi = F2FS_F_SB(bio_first_folio_all(bio));
282
struct bio_post_read_ctx *ctx;
283
- bool intask = in_task();
+ bool intask = in_task() && !irqs_disabled();
284
285
iostat_update_and_unbind_ctx(bio);
286
ctx = bio->bi_private;
0 commit comments