commit | 532425ff9e137af0cb98964475eccb72202bd514 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu Jan 03 10:49:59 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Feb 25 14:13:18 2019 +0100 |
tree | c368f0c42ec2de08fd2120ab724d0b4bb9fd4393 | |
parent | aa704d4e75c1ee4fe8eb6dc448955792fe19c96d [diff] |
btrfs: Remove inode argument from async_cow_submit We already pass the async_cow struct that holds a reference to the inode. Exploit this fact and remove the extra inode argument. No functional changes. Reviewed-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>