diff options
-rw-r--r-- | fs/erofs/zdata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/erofs/zdata.c b/fs/erofs/zdata.c index f6056ba80424..35bf6879d3a6 100644 --- a/fs/erofs/zdata.c +++ b/fs/erofs/zdata.c @@ -1288,8 +1288,8 @@ static void z_erofs_submit_and_unzip(struct super_block *sb, return; /* wait until all bios are completed */ - wait_event(io[JQ_SUBMIT].u.wait, - !atomic_read(&io[JQ_SUBMIT].pending_bios)); + io_wait_event(io[JQ_SUBMIT].u.wait, + !atomic_read(&io[JQ_SUBMIT].pending_bios)); /* let's synchronous decompression */ z_erofs_vle_unzip_all(&io[JQ_SUBMIT], pagepool); |