diff options
author | Nikolay Borisov <nborisov@suse.com> | 2017-12-01 12:19:43 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-01-22 18:08:15 +0300 |
commit | bf8d32b9b3c5fb183aa4ac5cb7bae9580dcb0dfb (patch) | |
tree | 497312563a35f1c4baf72c530781b631a8096f92 /fs/btrfs/compression.h | |
parent | 5c9a702ed1724f1c856c7299fe1faf9b3b5b4eb0 (diff) | |
download | linux-bf8d32b9b3c5fb183aa4ac5cb7bae9580dcb0dfb.tar.xz |
btrfs: remove redundant check in btrfs_get_extent_fiemap
Before returning hole_em in btrfs_get_fiemap_extent we check if it's different
than null. However, by the time this null check is triggered we already know
hole_em is not null because it means it points to the em we found and it
has already been dereferenced.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/compression.h')
0 files changed, 0 insertions, 0 deletions