diff options
Diffstat (limited to '')
-rw-r--r-- | fs/btrfs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 0a1ec5cd3b8f..4e33c3fded5c 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -8647,8 +8647,7 @@ free_ordered: * callbacks - they require an allocated dip and a clone of dio_bio. */ if (bio && dip) { - bio->bi_error = -EIO; - bio_endio(bio); + bio_io_error(bio); /* * The end io callbacks free our dip, do the final put on bio * and all the cleanup and final put for dio_bio (through |