commit | ae6957ebbfcd418348550ac02e36b0ea86d32e0a | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Feb 05 19:09:30 2020 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:34 2020 +0100 |
tree | f3fa1b9f0dd1b1580f3426fb293c2b985b40ff5d | |
parent | 0ceb34bf46d1a849b4d0659f8913bfcb14e5d482 [diff] |
btrfs: add assertions for tree == inode->io_tree to extent IO helpers Add assertions to all helpers that get tree as argument and verify that it's the same that can be obtained from the inode or from its pages. In followup patches the redundant arguments and assertions will be removed one by one. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>