Files
android_kernel_xiaomi_sm8450/fs/btrfs
Nikolay Borisov bf8d32b9b3 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>
2018-01-22 16:08:15 +01:00
..
2018-01-22 16:08:13 +01:00
2017-11-01 20:45:35 +01:00
2017-10-30 12:28:00 +01:00
2018-01-22 16:08:12 +01:00