@@ -459,7 +459,7 @@ getlock:
end = data_len;
if (end <= diocb->start) {
mutex_unlock(&diocb->inode->i_mutex);
- goto fail; /* 0 is returned past EOF */
+ return; /* 0 is returned past EOF */
}
if (!loop) {
loop++;
@@ -489,10 +489,7 @@ getlock:
"extent start %llu len %llu\n",
diocb->inode->i_ino, diocb->start, len);
err = -EIO;
- goto fail;
- }
-
- if (em->block_start == EXTENT_MAP_INLINE) {
+ } else if (em->block_start == EXTENT_MAP_INLINE) {
/* ugly stuff because inline can exist in a large file
* with other extents if a hole immediately follows.
* the inline might end short of the btrfs block with