commit | 3ffbd68c48320730ef64ebfb5e639220f1f65483 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jun 29 10:56:42 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:43 2018 +0200 |
tree | 8ba0da4fa561d426c61374ab3309e68ebcdc3993 | |
parent | 37508515621551538addaf826ab4b8a9aaf0a382 [diff] |
btrfs: simplify pointer chasing of local fs_info variables Functions that get btrfs inode can simply reach the fs_info by dereferencing the root and this looks a bit more straightforward compared to the btrfs_sb(...) indirection. If the transaction handle is available and not NULL it's used instead. Signed-off-by: David Sterba <dsterba@suse.com>