commit | 95617d69326ce386c95e33db7aeb832b45ee9f8f | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Wed Jun 03 10:55:48 2015 -0400 |
committer | David Sterba <dsterba@suse.com> | Fri Jan 15 19:22:28 2016 +0100 |
tree | 58b636c69bee4179da9b70fe66d448cf3605c1f0 | |
parent | a7ca42256d9fad572fb7f2c471514d7d3572b1db [diff] |
btrfs: cleanup, stop casting for extent_map->lookup everywhere Overloading extent_map->bdev to struct map_lookup * might have started out as a means to an end, but it's a pattern that's used all over the place now. Let's get rid of the casting and just add a union instead. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>