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 3466721 commit eb69e69Copy full SHA for eb69e69
fs/f2fs/data.c
@@ -273,7 +273,7 @@ static void f2fs_read_end_io(struct bio *bio)
273
{
274
struct f2fs_sb_info *sbi = F2FS_P_SB(bio_first_page_all(bio));
275
struct bio_post_read_ctx *ctx;
276
- bool intask = in_task();
+ bool intask = in_task() && !irqs_disabled();
277
278
iostat_update_and_unbind_ctx(bio, 0);
279
ctx = bio->bi_private;
0 commit comments