diff options
| -rw-r--r-- | fs/btrfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index d960492d3d88..ef399a7794ff 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
| @@ -1023,6 +1023,7 @@ next_slot: | |||
| 1023 | 1023 | ||
| 1024 | if (found_key.offset > cur_offset) { | 1024 | if (found_key.offset > cur_offset) { |
| 1025 | extent_end = found_key.offset; | 1025 | extent_end = found_key.offset; |
| 1026 | extent_type = 0; | ||
| 1026 | goto out_check; | 1027 | goto out_check; |
| 1027 | } | 1028 | } |
| 1028 | 1029 | ||
