Skip to content

Commit

Permalink
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/ke…
Browse files Browse the repository at this point in the history
…rnel/git/fdmanana/linux into for-linus-4.5
  • Loading branch information
Chris Mason committed Feb 17, 2016
2 parents bc4ef75 + 1636d1d commit 413eddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -7985,6 +7985,7 @@ static void btrfs_endio_direct_read(struct bio *bio)

kfree(dip);

dio_bio->bi_error = bio->bi_error;
dio_end_io(dio_bio, bio->bi_error);

if (io_bio->end_io)
Expand Down Expand Up @@ -8039,6 +8040,7 @@ static void btrfs_endio_direct_write(struct bio *bio)

kfree(dip);

dio_bio->bi_error = bio->bi_error;
dio_end_io(dio_bio, bio->bi_error);
bio_put(bio);
}
Expand Down

0 comments on commit 413eddc

Please sign in to comment.