diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index c718d274a352..ad6b515173ac 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -6041,7 +6041,7 @@ static int btrfs_submit_direct_hook(int rw, struct btrfs_dio_private *dip, | |||
6041 | ret = btrfs_map_block(map_tree, READ, start_sector << 9, | 6041 | ret = btrfs_map_block(map_tree, READ, start_sector << 9, |
6042 | &map_length, NULL, 0); | 6042 | &map_length, NULL, 0); |
6043 | if (ret) { | 6043 | if (ret) { |
6044 | bio_put(bio); | 6044 | bio_put(orig_bio); |
6045 | return -EIO; | 6045 | return -EIO; |
6046 | } | 6046 | } |
6047 | 6047 | ||