diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index aa7c71cff575..7bf9b31561db 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -4102,7 +4102,7 @@ static int log_one_extent(struct btrfs_trans_handle *trans, | |||
4102 | 4102 | ||
4103 | if (ordered_io_err) { | 4103 | if (ordered_io_err) { |
4104 | ctx->io_err = -EIO; | 4104 | ctx->io_err = -EIO; |
4105 | return 0; | 4105 | return ctx->io_err; |
4106 | } | 4106 | } |
4107 | 4107 | ||
4108 | btrfs_init_map_token(&token); | 4108 | btrfs_init_map_token(&token); |