Loading fs/btrfs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -6041,7 +6041,7 @@ static int btrfs_submit_direct_hook(int rw, struct btrfs_dio_private *dip, ret = btrfs_map_block(map_tree, READ, start_sector << 9, &map_length, NULL, 0); if (ret) { bio_put(bio); bio_put(orig_bio); return -EIO; } Loading Loading
fs/btrfs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -6041,7 +6041,7 @@ static int btrfs_submit_direct_hook(int rw, struct btrfs_dio_private *dip, ret = btrfs_map_block(map_tree, READ, start_sector << 9, &map_length, NULL, 0); if (ret) { bio_put(bio); bio_put(orig_bio); return -EIO; } Loading