commit | f9756261c28c0acdaac8a7a8894d3e25d334d5f3 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Apr 10 16:16:11 2019 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 29 19:02:40 2019 +0200 |
tree | 0cc3eebe240a3f01930ced914c5f194fba59fed9 | |
parent | 8d47a0d8f7947422dd359ac8e462687f81a7a137 [diff] |
btrfs: Remove redundant inode argument from btrfs_add_ordered_sum Ordered csums are keyed off of a btrfs_ordered_extent, which already has a reference to the inode. This implies that an explicit inode argument is redundant. So remove it. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>