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 1b1efa5 commit 18eea36Copy full SHA for 18eea36
fs/f2fs/data.c
@@ -282,7 +282,7 @@ static void f2fs_read_end_io(struct bio *bio)
282
{
283
struct f2fs_sb_info *sbi = F2FS_P_SB(bio_first_page_all(bio));
284
struct bio_post_read_ctx *ctx;
285
- bool intask = in_task();
+ bool intask = in_task() && !irqs_disabled();
286
287
iostat_update_and_unbind_ctx(bio);
288
ctx = bio->bi_private;
0 commit comments