+4
−12
+11
−14
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
btrfs_get_extent() never returns NULL pointers, so this code introduces a static checker warning. The btrfs_get_extent() is a bit complex, but trust me that it doesn't return NULLs and also if it did we would trigger the BUG_ON(!em) before the last return statement. Signed-off-by:Dan Carpenter <dan.carpenter@oracle.com> [ updated subject ] Signed-off-by:
David Sterba <dsterba@suse.com>